Comparing version 4.0.0 to 5.0.1
@@ -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.1", | ||
"author": "Filipe Linhares", | ||
@@ -6,0 +6,0 @@ "bugs": { |
@@ -16,3 +16,3 @@ ![A brunch and the ress name](https://i.imgur.com/NHz9ef3.png) | ||
```sh | ||
bower install --save ress | ||
yarn add ress | ||
``` | ||
@@ -43,3 +43,8 @@ | ||
Inherit from [Normalize](https://github.com/necolas/normalize.css#browser-support) | ||
- Chrome | ||
- Edge | ||
- Firefox ESR+ | ||
- Internet Explorer 10+ | ||
- Opera | ||
- Safari 8+ | ||
@@ -54,10 +59,10 @@ ## CDN | ||
[**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 | ||
``` | ||
@@ -64,0 +69,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
20875
260
70