diff --git a/HISTORY.md b/HISTORY.md index d84f27f..0f01eb3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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) ------------------ diff --git a/README.md b/README.md index af139b0..5ef5a48 100644 --- a/README.md +++ b/README.md @@ -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 - -``` - -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 @@ -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. +Check out the [Get Started][Started] page for more information. -You can include the Pure CSS file in your project by fetching it from unpkg: - -```html - -``` - -You can also install Pure using NPM: - -```shell -$ npm install purecss -``` +[Started]: https://purecss.io/start/ Build From Source ----------------- diff --git a/package.json b/package.json index ee61495..94e36a9 100644 --- a/package.json +++ b/package.json @@ -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"