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 1.0.4 to 1.0.5

2

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

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