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.1.2 to 1.2.2

yarn.lock

3

CHANGELOG.md

@@ -0,1 +1,4 @@

## [v1.2.2]
- Also set `background-repeat: no-repeat` to pseudo elements (#14)
## [v1.1.2]

@@ -2,0 +5,0 @@ - Add missing comma on button elements selector

2

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

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

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

2. Reset `padding` and `margin` in all elements.
3. Specify `background-repeat: no-repeat` in all elements.
3. Specify `background-repeat: no-repeat` in all elements and pseudo elements.
4. Inherit `text-decoration` and `vertical-align` to `::before` and `::after`.

@@ -36,3 +36,18 @@ 5. Remove the `outline` when hovering in all browsers.

## CDN
[**unpkg**](https://unpkg.com)
```sh
https://unpkg.com/ress/dist/ress.min.css
```
[**RawGit**](https://rawgit.com)
```sh
# Production
https://cdn.rawgit.com/filipelinhares/ress/master/dist/ress.min.css
# Development
https://rawgit.com/filipelinhares/ress/master/dist/ress.min.css
```
## License
[MIT](LICENSE.md) © Filipe Linhares

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