Comparing version 1.2.2 to 2.0.0
@@ -0,1 +1,28 @@ | ||
## [v2.0.0] | ||
:tada: Update with the latest version of Normalize. | ||
### Added: | ||
- Fill `svg` with the current color when `fill` is not set | ||
- `tab-size: 4` to `html` | ||
- **[N]** Set `text-transform: none` for `button` | ||
- **[N]** `outline-offset: -2px` to `[type="search"]` | ||
- **[N]** Correct `legend` style | ||
- **[N]** `height: 0` to `hr` | ||
- **[N]** `width: 0` to `[type="number"]::-webkit` spin button | ||
### Removed: | ||
- **[N]** Unnecessry normalization for general element | ||
- **[N]** `text-decoration-skip` from `a`. | ||
- **[N]** `color: inherit` from form elements | ||
- `overflow-y: scroll` in `html` | ||
- **[N]** `width: auto` from `[type="number"]` | ||
- `audio:not([controls])` | ||
- `::selection` normalization | ||
### Changed: | ||
- **[N]** `border-style: none` instead of 0 for `moz-focus`. | ||
- **[N]** `abbr[title]` style from `border-bottom` to `text-decoration` | ||
**[N]**_ormalize updates._ | ||
## [v1.2.2] | ||
@@ -2,0 +29,0 @@ - Also set `background-repeat: no-repeat` to pseudo elements (#14) |
{ | ||
"name": "ress", | ||
"version": "1.2.2", | ||
"version": "2.0.0", | ||
"description": "A modern CSS reset", | ||
@@ -21,5 +21,5 @@ "author": "Filipe Linhares", | ||
"devDependencies": { | ||
"cssnano-cli": "^1.0.3", | ||
"stylelint": "^6.7.1" | ||
"cssnano-cli": "^1.0.5", | ||
"stylelint": "^11.0.0" | ||
} | ||
} |
@@ -28,2 +28,6 @@ ![A brunch and the ress name](http://i.imgur.com/1sXtcsA.png) | ||
11. Apply `cursor: pointer` to button elements. | ||
12. Apply `tab-size: 4` in `html`. | ||
13. Style `select` like a standard input. | ||
14. Style `cursor` by aria attributes. | ||
15. Hide content from screens but not screenreaders. | ||
@@ -30,0 +34,0 @@ ## Crossbrowser |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56
19847
9
266