mirror of
https://github.com/pure-css/pure
synced 2024-12-25 05:23:43 +01:00
chore: v2.0.4
This commit is contained in:
parent
42b9f20393
commit
bd6624f3ba
@ -1,6 +1,11 @@
|
||||
Pure Change History
|
||||
===================
|
||||
|
||||
2.0.4 (2021-01-19)
|
||||
------------------
|
||||
|
||||
* chore: update license path
|
||||
|
||||
2.0.3 (2020-05-11)
|
||||
------------------
|
||||
|
||||
|
@ -15,7 +15,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@2.0.3/build/pure-min.css" integrity="sha384-cg6SkqEOCV1NbJoCu11+bm0NvBRc8IYLRGXkmNrqUBfTjmMYwNKPWBTIKyw9mHNJ" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.4/build/pure-min.css" integrity="sha384-LJy5cxQRSMIYu2ic+Tvw0Azob5Z3dQxRkR8LNGIq46AJEdfE9DtuBOCNtifRJeB7" crossorigin="anonymous">
|
||||
```
|
||||
|
||||
Note: You can [customize which Pure modules you need][customize].
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "purecss",
|
||||
"version": "2.0.3",
|
||||
"version": "2.0.4",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/pure-css/pure.git"
|
||||
|
Loading…
Reference in New Issue
Block a user