mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
Update README and HISTORY for new non-minified rollup files
This commit is contained in:
parent
cc7f35dfa0
commit
a2421ccac4
@ -4,6 +4,11 @@ Pure Change History
|
|||||||
NEXT
|
NEXT
|
||||||
----
|
----
|
||||||
|
|
||||||
|
* Added non-minified rollup files: `pure.css` and `pure-nr.css`. These files are
|
||||||
|
created in addition to the minified rollups: `pure-min.css` and
|
||||||
|
`pure-nr-min.css`. The minified rollups _should_ be used in production.
|
||||||
|
([#171][] @omeid)
|
||||||
|
|
||||||
### Buttons
|
### Buttons
|
||||||
|
|
||||||
* Removed `-webkit-font-smoothing: antialiased` rule from Buttons. Pure should not
|
* Removed `-webkit-font-smoothing: antialiased` rule from Buttons. Pure should not
|
||||||
@ -48,10 +53,12 @@ NEXT
|
|||||||
Refer to the [Grids Documentation]() for more details on using non-default fonts with
|
Refer to the [Grids Documentation]() for more details on using non-default fonts with
|
||||||
Pure Grids. ([#41][] @dannyfritz, @pandeiro, and many others!)
|
Pure Grids. ([#41][] @dannyfritz, @pandeiro, and many others!)
|
||||||
|
|
||||||
|
|
||||||
[#41]: https://github.com/yui/pure/issues/41
|
[#41]: https://github.com/yui/pure/issues/41
|
||||||
[#143]: https://github.com/yui/pure/issues/143
|
[#143]: https://github.com/yui/pure/issues/143
|
||||||
[#154]: https://github.com/yui/pure/issues/154
|
[#154]: https://github.com/yui/pure/issues/154
|
||||||
[#170]: https://github.com/yui/pure/issues/170
|
[#170]: https://github.com/yui/pure/issues/170
|
||||||
|
[#171]: https://github.com/yui/pure/issues/171
|
||||||
[Grids Documentation]: http://purecss.io/grids/
|
[Grids Documentation]: http://purecss.io/grids/
|
||||||
|
|
||||||
|
|
||||||
|
15
README.md
15
README.md
@ -100,14 +100,17 @@ conventions of the files in the `build/` directory follow these rules:
|
|||||||
|
|
||||||
* `*-min.css`: A minified file version of the files of the same name.
|
* `*-min.css`: A minified file version of the files of the same name.
|
||||||
|
|
||||||
* `pure.css`: A rollup of all `[module].css` files in the `build/` dir.
|
* `pure.css`: A rollup of all `[module].css` files in the `build/` dir. This is
|
||||||
This is a responsive roll-up of everything.
|
a responsive roll-up of everything, non-minified.
|
||||||
|
|
||||||
* `pure-min.css`: A rollup of all `[module]-min.css` files in the `build/` dir.
|
* `pure-min.css`: Minified version of `pure.css` that should be used in
|
||||||
This is a responsive roll-up of everything.
|
production.
|
||||||
|
|
||||||
* `pure-nr-min.css`: A Rollup of all modules without @media queries. This is a
|
* `pure-nr.css`: A Rollup of all modules without @media queries. This is a
|
||||||
non-responsive roll-up of everything.
|
non-responsive roll-up of everything, non-minified.
|
||||||
|
|
||||||
|
* `pure-nr-min.css`: Minified version of `pure-nr.css` that should be used in
|
||||||
|
production.
|
||||||
|
|
||||||
|
|
||||||
[Grunt]: http://gruntjs.com/
|
[Grunt]: http://gruntjs.com/
|
||||||
|
Loading…
Reference in New Issue
Block a user