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

postcss-autoreset

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-autoreset - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

3

CHANGELOG.md

@@ -8,2 +8,5 @@ # Change Log

## [2.0.2] - 2018-02-25
- Add support for prefixed keyframes(#27, #25). Thnx @olavhaugen for PR
## [2.0.1] - 2017-08-25

@@ -10,0 +13,0 @@ - Fix keyframes adding to common reset list .Thnx @copycut for suggestion!

2

dist/index.js

@@ -41,3 +41,3 @@ 'use strict';

if (rule.parent.name === 'keyframes') return;
if (/^(-(webkit|moz|ms|o)-)?keyframes$/.test(rule.parent.name)) return;
if (!contains(matchedSelectors, selector) && rulesMatcher(rule)) {

@@ -44,0 +44,0 @@ matchedSelectors.push(selector);

{
"name": "postcss-autoreset",
"version": "2.0.1",
"version": "2.0.2",
"description": "PostCSS plugin for partial styles reset",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -110,5 +110,5 @@ # PostCSS Auto Reset

```js
postcss([ require('postcss-autoreset')])
postcss([ require('postcss-autoreset')()])
```
See [PostCSS] docs for examples for your environment.
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