Skip to content

Commit

Permalink
chore: v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
redonkulus committed Jan 20, 2021
1 parent 32076a3 commit aca77ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 29 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Pure Change History
===================

2.0.5 (2021-01-20)
------------------

* fix #824: cursor style for disabled menu link

2.0.4 (2021-01-19)
------------------

Expand Down
30 changes: 2 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,8 @@ A set of small, responsive CSS modules that you can use in every web project.

**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.**

**Use From the CDN:**

```html
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/pure-min.css" integrity="sha384-LJy5cxQRSMIYu2ic+Tvw0Azob5Z3dQxRkR8LNGIq46AJEdfE9DtuBOCNtifRJeB7" crossorigin="anonymous">
```

Note: You can [customize which Pure modules you need][customize].

**Install with NPM:**

```shell
$ npm install purecss
```

[Pure]: http://purecss.io/
[Build Status]: https://travis-ci.com/pure-css/pure
[customize]: http://purecss.io/customize/


Features
Expand Down Expand Up @@ -64,20 +49,9 @@ of all the CSS work that every site needs, without making it look cookie-cutter:
Get Started
-----------

To get started using Pure, go to the [Pure CSS website][Pure]. The website has
extensive documentation and examples to help you start using Pure.

You can include the Pure CSS file in your project by fetching it from unpkg:

```html
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/pure-min.css" integrity="sha384-LJy5cxQRSMIYu2ic+Tvw0Azob5Z3dQxRkR8LNGIq46AJEdfE9DtuBOCNtifRJeB7" crossorigin="anonymous">
```
Check out the [Get Started][Started] page for more information.

You can also install Pure using NPM:

```shell
$ npm install purecss
```
[Started]: https://purecss.io/start/

Build From Source
-----------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "purecss",
"version": "2.0.4",
"version": "2.0.5",
"repository": {
"type": "git",
"url": "git://github.com/pure-css/pure.git"
Expand Down

0 comments on commit aca77ca

Please sign in to comment.