destyle.css
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "destyle.css", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Opinionated reset stylesheet that provides a clean slate for styling your html.", | ||
@@ -5,0 +5,0 @@ "main": "destyle.css", |
@@ -73,3 +73,3 @@ # destyle.css | ||
- `canvas` and `iframe` maintain their default width and height (varies depending on the browser). | ||
- `button`, `select`, `textarea` and `input` (except `[type='checkbox']` and `[type='radio']`), are reset using `appearance: none`. | ||
- `button`, `select`, `textarea` and `input` are reset using `appearance: none`. | ||
- `textarea` maintains its default height. | ||
@@ -168,2 +168,11 @@ - `meter` and `progress` elements are not reset. | ||
### **v4.0.1.** 2024-01-21 | ||
- Add `min-width: 0` to allow proper text wrappig in flex containers. | ||
### **v4.0.0.** 2022-11-07 | ||
- Add `appearance: none` to checkboxes and radio buttons. | ||
- Fix issue in Firefox for `input[type="number"]` | ||
### **v3.0.2.** 2021-12-07 | ||
@@ -170,0 +179,0 @@ |
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
18163
331
221