Comparing version 1.1.2 to 1.2.2
@@ -0,1 +1,4 @@ | ||
## [v1.2.2] | ||
- Also set `background-repeat: no-repeat` to pseudo elements (#14) | ||
## [v1.1.2] | ||
@@ -2,0 +5,0 @@ - Add missing comma on button elements selector |
{ | ||
"name": "ress", | ||
"version": "1.1.2", | ||
"version": "1.2.2", | ||
"description": "A modern CSS reset", | ||
@@ -5,0 +5,0 @@ "author": "Filipe Linhares", |
@@ -19,3 +19,3 @@ ![A brunch and the ress name](http://i.imgur.com/1sXtcsA.png) | ||
2. Reset `padding` and `margin` in all elements. | ||
3. Specify `background-repeat: no-repeat` in all elements. | ||
3. Specify `background-repeat: no-repeat` in all elements and pseudo elements. | ||
4. Inherit `text-decoration` and `vertical-align` to `::before` and `::after`. | ||
@@ -36,3 +36,18 @@ 5. Remove the `outline` when hovering in all browsers. | ||
## CDN | ||
[**unpkg**](https://unpkg.com) | ||
```sh | ||
https://unpkg.com/ress/dist/ress.min.css | ||
``` | ||
[**RawGit**](https://rawgit.com) | ||
```sh | ||
# Production | ||
https://cdn.rawgit.com/filipelinhares/ress/master/dist/ress.min.css | ||
# Development | ||
https://rawgit.com/filipelinhares/ress/master/dist/ress.min.css | ||
``` | ||
## License | ||
[MIT](LICENSE.md) © Filipe Linhares |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
73077
11
52