pure-0.6.1

This commit is contained in:
sbertal 2016-12-12 14:27:42 -08:00
parent 4d9676b6ca
commit e97ee8fb69
4 changed files with 14 additions and 5 deletions

View File

@ -1,6 +1,15 @@
Pure Change History
===================
0.6.1 (2016-10-12)
------------------
* Migrate to PostCSS for browser prefixes [#617]
* Remove duplicate Firefox inner focus border [#457]
* Fix grid inside table in IE 10/11 [#504]
* Fix CSSLint issues [#609]
* Upgraded grunt dependencies to 1.x [#609]
0.6.0 (2015-02-07)
------------------

View File

@ -12,7 +12,7 @@ A set of small, responsive CSS modules that you can use in every web project.
**Use From the CDN:**
```html
<link rel="stylesheet" href="https://yui-s.yahooapis.com/pure/0.6.0/pure-min.css">
<link rel="stylesheet" href="https://unpkg.com/purecss@0.6.1/build/pure-min.css">
```
Note: You can [customize which Pure modules you need][customize].
@ -75,7 +75,7 @@ You can include the Pure CSS file in your project by fetching it from Yahoo's
CDN:
```html
<link rel="stylesheet" href="https://yui-s.yahooapis.com/pure/0.6.0/pure-min.css">
<link rel="stylesheet" href="https://unpkg.com/purecss@0.6.1/build/pure-min.css">
```
You can also install Pure using [Bower][], using the following command:
@ -133,7 +133,7 @@ conventions of the files in the `build/` directory follow these rules:
* `pure-nr-min.css`: Minified version of `pure-nr.css` that should be used in
production.
* `grids-responsive.css`: Unminified version of Pure's grid stylesheet which
* `grids-responsive.css`: Unminified version of Pure's grid stylesheet which
includes @media queries.
* `grids-responsive-min.css`: Minified version of `grids-responsive.css` that

View File

@ -1,7 +1,7 @@
{
"name": "pure",
"description": "Use Pure's ridiculously tiny CSS to start any web project.",
"version": "0.6.1-pre",
"version": "0.6.1",
"main": "build/pure.css",
"devDependencies": {
"normalize-css": "^3.0"

View File

@ -1,6 +1,6 @@
{
"name": "purecss",
"version": "0.6.1-pre",
"version": "0.6.1",
"repository": {
"type": "git",
"url": "git://github.com/yahoo/pure.git"