1
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:
redonkulus 2021-01-19 20:26:20 -08:00
parent 42b9f20393
commit bd6624f3ba
3 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
Pure Change History
===================
2.0.4 (2021-01-19)
------------------
* chore: update license path
2.0.3 (2020-05-11)
------------------

View File

@ -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].

View File

@ -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"