Update url with https
This commit is contained in:
parent
0029100172
commit
f1c5fbd09b
@ -1,7 +1,14 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
viewports: [
|
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: [{
|
scenarios: [{
|
||||||
label: 'Typography',
|
label: 'Typography',
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "milligram",
|
"name": "milligram",
|
||||||
"version": "1.2.4",
|
"version": "1.2.4",
|
||||||
"description": "A minimalist CSS framework.",
|
"description": "A minimalist CSS framework.",
|
||||||
"homepage": "http://milligram.github.io",
|
"homepage": "https://milligram.github.io",
|
||||||
"repository": "milligram/milligram",
|
"repository": "milligram/milligram",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "CJ Patoilo <cjpatoilo@gmail.com>",
|
"author": "CJ Patoilo <cjpatoilo@gmail.com>",
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "milligram/milligram",
|
"name": "milligram/milligram",
|
||||||
"version": "1.2.4",
|
"version": "1.2.4",
|
||||||
"description": "A minimalist CSS framework.",
|
"description": "A minimalist CSS framework.",
|
||||||
"homepage": "http://milligram.github.io",
|
"homepage": "https://milligram.github.io",
|
||||||
"repository": "milligram/milligram",
|
"repository": "milligram/milligram",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "CJ Patoilo <cjpatoilo@gmail.com>",
|
"author": "CJ Patoilo <cjpatoilo@gmail.com>",
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "milligram",
|
"name": "milligram",
|
||||||
"version": "1.2.4",
|
"version": "1.2.4",
|
||||||
"description": "A minimalist CSS framework.",
|
"description": "A minimalist CSS framework.",
|
||||||
"homepage": "http://milligram.github.io",
|
"homepage": "https://milligram.github.io",
|
||||||
"repository": "milligram/milligram",
|
"repository": "milligram/milligram",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "CJ Patoilo <cjpatoilo@gmail.com>",
|
"author": "CJ Patoilo <cjpatoilo@gmail.com>",
|
||||||
|
32
readme.md
32
readme.md
@ -1,4 +1,4 @@
|
|||||||
<a align="center" href="http://milligram.github.io"><img width="100%" src="https://milligram.github.io/images/thumbnail.png" alt="Milligram - A minimalist CSS framework"></a>
|
<a align="center" href="https://milligram.github.io"><img width="100%" src="https://milligram.github.io/images/thumbnail.png" alt="Milligram - A minimalist CSS framework"></a>
|
||||||
|
|
||||||
> 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)
|
[![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!
|
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
|
## Table of Contents
|
||||||
|
|
||||||
- [Getting Started](http://milligram.github.io/#getting-started)
|
- [Getting Started](https://milligram.github.io/#getting-started)
|
||||||
- [Typography](http://milligram.github.io/#typography)
|
- [Typography](https://milligram.github.io/#typography)
|
||||||
- [Blockquotes](http://milligram.github.io/#blockquotes)
|
- [Blockquotes](https://milligram.github.io/#blockquotes)
|
||||||
- [Buttons](http://milligram.github.io/#buttons)
|
- [Buttons](https://milligram.github.io/#buttons)
|
||||||
- [Lists](http://milligram.github.io/#lists)
|
- [Lists](https://milligram.github.io/#lists)
|
||||||
- [Forms](http://milligram.github.io/#forms)
|
- [Forms](https://milligram.github.io/#forms)
|
||||||
- [Tables](http://milligram.github.io/#tables)
|
- [Tables](https://milligram.github.io/#tables)
|
||||||
- [Grids](http://milligram.github.io/#grids)
|
- [Grids](https://milligram.github.io/#grids)
|
||||||
- [Codes](http://milligram.github.io/#codes)
|
- [Codes](https://milligram.github.io/#codes)
|
||||||
- [Utilities](http://milligram.github.io/#utilities)
|
- [Utilities](https://milligram.github.io/#utilities)
|
||||||
- [Tips](http://milligram.github.io/#tips)
|
- [Tips](https://milligram.github.io/#tips)
|
||||||
- [Browser Support](http://milligram.github.io/#browser-support)
|
- [Browser Support](https://milligram.github.io/#browser-support)
|
||||||
- [Examples](http://milligram.github.io/#examples)
|
- [Examples](https://milligram.github.io/#examples)
|
||||||
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
@ -55,4 +55,4 @@ Want to contribute? Follow these [recommendations](https://github.com/milligram/
|
|||||||
|
|
||||||
## License
|
## 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).
|
||||||
|
Loading…
Reference in New Issue
Block a user