Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

destyle.css

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

destyle.css - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc