mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
updating files for 0.6.0 release
This commit is contained in:
parent
d571fa69e2
commit
79fadc84fc
@ -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="http://yui.yahooapis.com/pure/0.5.0/pure-min.css">
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
|
||||
```
|
||||
|
||||
Note: You can [customize which Pure modules you need][customize].
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "pure",
|
||||
"description": "Use Pure's ridiculously tiny CSS to start any web project.",
|
||||
"version": "0.6.0-rc-1",
|
||||
"version": "0.6.0",
|
||||
"main": "build/pure.css",
|
||||
"devDependencies": {
|
||||
"normalize-css": "^3.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pure",
|
||||
"version": "0.6.0-rc-1",
|
||||
"version": "0.6.0",
|
||||
"private": true,
|
||||
"repository": "git://github.com/yahoo/pure.git",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user