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 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) 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:** **Use From the CDN:**
```html ```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]. 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: CDN:
```html ```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: You can also install Pure using [Bower][], using the following command:

View File

@ -1,7 +1,7 @@
{ {
"name": "pure", "name": "pure",
"description": "Use Pure's ridiculously tiny CSS to start any web project.", "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", "main": "build/pure.css",
"devDependencies": { "devDependencies": {
"normalize-css": "^3.0" "normalize-css": "^3.0"

View File

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