postcss-autoreset
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -8,2 +8,5 @@ # Change Log | ||
## [2.0.1] - 2017-08-25 | ||
- Fix keyframes adding to common reset list .Thnx @copycut for suggestion! | ||
## [2.0.0] - 2017-07-30 | ||
@@ -10,0 +13,0 @@ - Update to PostCSS 6 |
@@ -41,2 +41,3 @@ 'use strict'; | ||
if (rule.parent.name === 'keyframes') return; | ||
if (!contains(matchedSelectors, selector) && rulesMatcher(rule)) { | ||
@@ -43,0 +44,0 @@ matchedSelectors.push(selector); |
{ | ||
"name": "postcss-autoreset", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "PostCSS plugin for partial styles reset", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11980
147