diff --git a/backstop.conf.js b/backstop.conf.js index 2352e2d..c1f9877 100644 --- a/backstop.conf.js +++ b/backstop.conf.js @@ -1,7 +1,14 @@ module.exports = { viewports: [ - { name: 'phone', width: 320, height: 480 }, - { name: 'laptop', width: 1280, height: 800 } + { + name: 'phone', + width: 320, + height: 480 + }, { + name: 'laptop', + width: 1280, + height: 800 + } ], scenarios: [{ label: 'Typography', diff --git a/bower.json b/bower.json index 3e233c1..e5090d5 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "name": "milligram", "version": "1.2.4", "description": "A minimalist CSS framework.", - "homepage": "http://milligram.github.io", + "homepage": "https://milligram.github.io", "repository": "milligram/milligram", "license": "MIT", "author": "CJ Patoilo ", diff --git a/composer.json b/composer.json index f473f45..c9a5215 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "milligram/milligram", "version": "1.2.4", "description": "A minimalist CSS framework.", - "homepage": "http://milligram.github.io", + "homepage": "https://milligram.github.io", "repository": "milligram/milligram", "license": "MIT", "author": "CJ Patoilo ", diff --git a/package.json b/package.json index 709b8fc..40e2c06 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "milligram", "version": "1.2.4", "description": "A minimalist CSS framework.", - "homepage": "http://milligram.github.io", + "homepage": "https://milligram.github.io", "repository": "milligram/milligram", "license": "MIT", "author": "CJ Patoilo ", diff --git a/readme.md b/readme.md index 483aa17..e5a6740 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -Milligram - A minimalist CSS framework +Milligram - A minimalist CSS framework > A minimalist CSS framework. @@ -11,7 +11,7 @@ [![Gitter Chat](https://img.shields.io/badge/gitter-join_the_chat-4cc61e.svg)](https://gitter.im/milligram/milligram) -## Why it's awesome? +## Why it's awesome Milligram provides a minimal setup of styles for a fast and clean starting point. Just it! **Only 2kb gzipped!** It's not about a UI framework. Specially designed for better performance and higher productivity with fewer properties to reset resulting in cleaner code. Hope you enjoy! @@ -33,19 +33,19 @@ $ npm install milligram ## Table of Contents -- [Getting Started](http://milligram.github.io/#getting-started) -- [Typography](http://milligram.github.io/#typography) -- [Blockquotes](http://milligram.github.io/#blockquotes) -- [Buttons](http://milligram.github.io/#buttons) -- [Lists](http://milligram.github.io/#lists) -- [Forms](http://milligram.github.io/#forms) -- [Tables](http://milligram.github.io/#tables) -- [Grids](http://milligram.github.io/#grids) -- [Codes](http://milligram.github.io/#codes) -- [Utilities](http://milligram.github.io/#utilities) -- [Tips](http://milligram.github.io/#tips) -- [Browser Support](http://milligram.github.io/#browser-support) -- [Examples](http://milligram.github.io/#examples) +- [Getting Started](https://milligram.github.io/#getting-started) +- [Typography](https://milligram.github.io/#typography) +- [Blockquotes](https://milligram.github.io/#blockquotes) +- [Buttons](https://milligram.github.io/#buttons) +- [Lists](https://milligram.github.io/#lists) +- [Forms](https://milligram.github.io/#forms) +- [Tables](https://milligram.github.io/#tables) +- [Grids](https://milligram.github.io/#grids) +- [Codes](https://milligram.github.io/#codes) +- [Utilities](https://milligram.github.io/#utilities) +- [Tips](https://milligram.github.io/#tips) +- [Browser Support](https://milligram.github.io/#browser-support) +- [Examples](https://milligram.github.io/#examples) ## Contributing @@ -55,4 +55,4 @@ Want to contribute? Follow these [recommendations](https://github.com/milligram/ ## License -Designed with ♥ by [CJ Patoilo](http://cjpatoilo.com). Licensed under the [MIT License](http://cjpatoilo.mit-license.org). +Designed with ♥ by [CJ Patoilo](http://twitter.com/cjpatoilo). Licensed under the [MIT License](http://cjpatoilo.mit-license.org).