mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
Bump version to 0.2.0
This commit is contained in:
parent
cf1dfbec6e
commit
869b2ae90e
@ -1,8 +1,8 @@
|
|||||||
Pure Change History
|
Pure Change History
|
||||||
===================
|
===================
|
||||||
|
|
||||||
NEXT
|
0.2.0 (2013-06-11)
|
||||||
----
|
------------------
|
||||||
|
|
||||||
* (!) Fixed accessibility mistake by removing `a:focus {outline: none;}` rule
|
* (!) Fixed accessibility mistake by removing `a:focus {outline: none;}` rule
|
||||||
from `buttons-core.css`.
|
from `buttons-core.css`.
|
||||||
|
@ -11,7 +11,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="http://yui.yahooapis.com/pure/0.1.0/pure-min.css">
|
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.2.0/pure-min.css">
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
@ -62,7 +62,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="http://yui.yahooapis.com/pure/0.1.0/pure-min.css">
|
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.2.0/pure-min.css">
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pure",
|
"name": "pure",
|
||||||
"version": "0.1.1-pre",
|
"version": "0.2.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"normalize-css": "1.x"
|
"normalize-css": "1.x"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pure",
|
"name": "pure",
|
||||||
"version": "0.1.1-pre",
|
"version": "0.2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": "git://github.com/yui/pure.git",
|
"repository": "git://github.com/yui/pure.git",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user