Skip to content

Commit aca77ca

Browse files
committed
chore: v2.0.5
1 parent 32076a3 commit aca77ca

File tree

3 files changed

+8
-29
lines changed

3 files changed

+8
-29
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Pure Change History
22
===================
33

4+
2.0.5 (2021-01-20)
5+
------------------
6+
7+
* fix #824: cursor style for disabled menu link
8+
49
2.0.4 (2021-01-19)
510
------------------
611

README.md

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,8 @@ A set of small, responsive CSS modules that you can use in every web project.
1212

1313
**This project is looking for maintainers to support and enhance Pure.css. If you are interested please [leave a comment](https://github.com/pure-css/pure/issues/692) in the Github issue.**
1414

15-
**Use From the CDN:**
16-
17-
```html
18-
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.4/build/pure-min.css" integrity="sha384-LJy5cxQRSMIYu2ic+Tvw0Azob5Z3dQxRkR8LNGIq46AJEdfE9DtuBOCNtifRJeB7" crossorigin="anonymous">
19-
```
20-
21-
Note: You can [customize which Pure modules you need][customize].
22-
23-
**Install with NPM:**
24-
25-
```shell
26-
$ npm install purecss
27-
```
28-
2915
[Pure]: http://purecss.io/
3016
[Build Status]: https://travis-ci.com/pure-css/pure
31-
[customize]: http://purecss.io/customize/
3217

3318

3419
Features
@@ -64,20 +49,9 @@ of all the CSS work that every site needs, without making it look cookie-cutter:
6449
Get Started
6550
-----------
6651

67-
To get started using Pure, go to the [Pure CSS website][Pure]. The website has
68-
extensive documentation and examples to help you start using Pure.
69-
70-
You can include the Pure CSS file in your project by fetching it from unpkg:
71-
72-
```html
73-
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.4/build/pure-min.css" integrity="sha384-LJy5cxQRSMIYu2ic+Tvw0Azob5Z3dQxRkR8LNGIq46AJEdfE9DtuBOCNtifRJeB7" crossorigin="anonymous">
74-
```
52+
Check out the [Get Started][Started] page for more information.
7553

76-
You can also install Pure using NPM:
77-
78-
```shell
79-
$ npm install purecss
80-
```
54+
[Started]: https://purecss.io/start/
8155

8256
Build From Source
8357
-----------------

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purecss",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/pure-css/pure.git"

0 commit comments

Comments
 (0)