mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
v0.6.2
This commit is contained in:
parent
4c96fe8235
commit
5518fad16a
13
HISTORY.md
13
HISTORY.md
@ -1,6 +1,19 @@
|
||||
Pure Change History
|
||||
===================
|
||||
|
||||
0.6.2 (2017-01-05)
|
||||
------------------
|
||||
|
||||
* Added proper module API for node users [#619]
|
||||
|
||||
### Buttons
|
||||
|
||||
* Added Button Groups to Pure [#621]
|
||||
|
||||
### Menus
|
||||
|
||||
* Reset style for horizontal dropdown separator [#620]
|
||||
|
||||
0.6.1 (2016-10-12)
|
||||
------------------
|
||||
|
||||
|
@ -13,7 +13,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://unpkg.com/purecss@0.6.1/build/pure-min.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/purecss@0.6.2/build/pure-min.css">
|
||||
```
|
||||
|
||||
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:
|
||||
|
||||
```html
|
||||
<link rel="stylesheet" href="https://unpkg.com/purecss@0.6.1/build/pure-min.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/purecss@0.6.2/build/pure-min.css">
|
||||
```
|
||||
|
||||
You can also install Pure using [Bower][], using the following command:
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "pure",
|
||||
"description": "Use Pure's ridiculously tiny CSS to start any web project.",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"main": "build/pure.css",
|
||||
"devDependencies": {
|
||||
"normalize-css": "^3.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "purecss",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/yahoo/pure.git"
|
||||
|
Loading…
Reference in New Issue
Block a user