mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
v1.0.0
This commit is contained in:
parent
2fde4e7985
commit
6cb2d32c46
@ -1,6 +1,14 @@
|
|||||||
Pure Change History
|
Pure Change History
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
1.0.0 (2017-06-05)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
The community has battle-tested Pure and provided valuable feedback. We are now at a place where we can guarantee backwards compatibility through all subsequent 1.x releases.
|
||||||
|
|
||||||
|
We hope you have found Pure to be useful and unobtrusive.. To provide feedback, please comment on this GitHub issue, or file a new issue to have it tracked as a separate thread.
|
||||||
|
|
||||||
|
|
||||||
0.6.2 (2017-01-05)
|
0.6.2 (2017-01-05)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@ -13,7 +13,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://unpkg.com/purecss@0.6.2/build/pure-min.css">
|
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css">
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: You can [customize which Pure modules you need][customize].
|
Note: You can [customize which Pure modules you need][customize].
|
||||||
@ -76,7 +76,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://unpkg.com/purecss@0.6.2/build/pure-min.css">
|
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/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:
|
||||||
|
@ -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.2",
|
"version": "1.0.0",
|
||||||
"main": "build/pure.css",
|
"main": "build/pure.css",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"normalize-css": "^3.0"
|
"normalize-css": "^3.0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "purecss",
|
"name": "purecss",
|
||||||
"version": "0.6.2",
|
"version": "1.0.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/yahoo/pure.git"
|
"url": "git://github.com/yahoo/pure.git"
|
||||||
|
Loading…
Reference in New Issue
Block a user