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

ress

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ress - npm Package Compare versions

Comparing version 1.2.2 to 2.0.0

27

CHANGELOG.md

@@ -0,1 +1,28 @@

## [v2.0.0]
:tada: Update with the latest version of Normalize.
### Added:
- Fill `svg` with the current color when `fill` is not set
- `tab-size: 4` to `html`
- **[N]** Set `text-transform: none` for `button`
- **[N]** `outline-offset: -2px` to `[type="search"]`
- **[N]** Correct `legend` style
- **[N]** `height: 0` to `hr`
- **[N]** `width: 0` to `[type="number"]::-webkit` spin button
### Removed:
- **[N]** Unnecessry normalization for general element
- **[N]** `text-decoration-skip` from `a`.
- **[N]** `color: inherit` from form elements
- `overflow-y: scroll` in `html`
- **[N]** `width: auto` from `[type="number"]`
- `audio:not([controls])`
- `::selection` normalization
### Changed:
- **[N]** `border-style: none` instead of 0 for `moz-focus`.
- **[N]** `abbr[title]` style from `border-bottom` to `text-decoration`
**[N]**_ormalize updates._
## [v1.2.2]

@@ -2,0 +29,0 @@ - Also set `background-repeat: no-repeat` to pseudo elements (#14)

6

package.json
{
"name": "ress",
"version": "1.2.2",
"version": "2.0.0",
"description": "A modern CSS reset",

@@ -21,5 +21,5 @@ "author": "Filipe Linhares",

"devDependencies": {
"cssnano-cli": "^1.0.3",
"stylelint": "^6.7.1"
"cssnano-cli": "^1.0.5",
"stylelint": "^11.0.0"
}
}

@@ -28,2 +28,6 @@ ![A brunch and the ress name](http://i.imgur.com/1sXtcsA.png)

11. Apply `cursor: pointer` to button elements.
12. Apply `tab-size: 4` in `html`.
13. Style `select` like a standard input.
14. Style `cursor` by aria attributes.
15. Hide content from screens but not screenreaders.

@@ -30,0 +34,0 @@ ## Crossbrowser

Sorry, the diff of this file is not supported yet

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