destyle.css
Advanced tools
Comparing version 1.0.14 to 1.0.15
{ | ||
"name": "destyle.css", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Opinionated reset stylesheet that provides a clean styling slate for your project.", | ||
@@ -5,0 +5,0 @@ "main": "destyle.css", |
@@ -165,4 +165,3 @@ # destyle.css | ||
- `canvas` and `iframe` maintain their default width and height (varies depending on the browser). | ||
- `button`, `select`, `textarea` and `input` (all types), are reset using `appearance: none`. | ||
- `[type='checkbox']` and `[type='radio']` are set to `appearance: checkbox` and `appearance: radio` respectively (overwriting `appearance: none`) to prevent them from disappearing in iOS. | ||
- `button`, `select`, `textarea` and `input` (except `[type='checkbox']` and `[type='radio']`), are reset using `appearance: none`. | ||
- `textarea` maintains its default height. | ||
@@ -169,0 +168,0 @@ - `meter` and `progress` elements are not reset. |
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
398
16211
189