Comparing version 4.0.0 to 5.0.0
@@ -0,1 +1,14 @@ | ||
## [v5.0.0] | ||
### Added: | ||
- `border-style` to `iframe` element | ||
### Changed: | ||
- Move `[disabled]` selector down in the cascade. | ||
### Removed: | ||
- `color: inherit` from `button` | ||
## [v4.0.0] | ||
@@ -2,0 +15,0 @@ |
{ | ||
"name": "ress", | ||
"description": "A modern CSS reset", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"author": "Filipe Linhares", | ||
@@ -6,0 +6,0 @@ "bugs": { |
@@ -52,10 +52,10 @@ ![A brunch and the ress name](https://i.imgur.com/NHz9ef3.png) | ||
[**RawGit**](https://rawgit.com) | ||
[**jsDevlivr**](https://www.jsdelivr.com/) | ||
```sh | ||
# Production | ||
https://cdn.rawgit.com/filipelinhares/ress/master/dist/ress.min.css | ||
https://cdn.jsdelivr.net/npm/ress@4.0.0/dist/ress.min.css | ||
# Development | ||
https://rawgit.com/filipelinhares/ress/master/dist/ress.min.css | ||
https://cdn.jsdelivr.net/gh/filipelinhares/ress@latest/dist/ress.min.css | ||
``` | ||
@@ -62,0 +62,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
20895
260