destyle.css
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "destyle.css", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Opinionated reset stylesheet that provides a clean styling slate for your project.", | ||
@@ -5,0 +5,0 @@ "main": "destyle.css", |
@@ -12,3 +12,3 @@ # destyle.css | ||
- Resets font-size and line-height | ||
- Prevents the necessity of reseting defaults styles when authoring stylesheets | ||
- Prevents the necessity of reseting (most) user agent styles | ||
- Prevents style inspector bloat by only targeting what is necessary | ||
@@ -30,2 +30,11 @@ - Contributes to the separation of presentation and semantics | ||
## Browser support | ||
- Chrome | ||
- Edge | ||
- Firefox ESR+ | ||
- Internet Explorer 10+ | ||
- Safari 8+ | ||
- Opera | ||
## Usage | ||
@@ -110,5 +119,6 @@ | ||
- Inline elements that carry style (`b`, `i`, `strong`, etc.) are not reset. | ||
- `textarea` maintains its natural height. | ||
- `textarea` maintains its default height. | ||
- `canvas` and `iframe` maintain their default width and height. | ||
- `select` is reset using `appearance: none` which is not cross-browser, be advised when styling custom selects. You can find a good guide [here](https://www.filamentgroup.com/lab/select-css.html) | ||
- HTML5 Inputs like `range` and `color` are not reset. | ||
- HTML5 inputs and elements like `range`, `color`, `meter` and `progress` are not reset. | ||
@@ -115,0 +125,0 @@ ## Credits |
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
14479
394
130