postcss-prefixwrap
Advanced tools
Comparing version 1.18.1 to 1.19.0
@@ -29,3 +29,3 @@ "use strict"; | ||
postcssPlugin: PostCSSPrefixWrap_1.PLUGIN_NAME, | ||
Root(root) { | ||
Once(root) { | ||
plugin.prefixRoot(root); | ||
@@ -32,0 +32,0 @@ }, |
@@ -33,3 +33,3 @@ "use strict"; | ||
const plugin = indexWrap_1.default(postcss8)(".selector", {}); | ||
plugin.Root({ | ||
plugin.Once({ | ||
walkRules: () => { | ||
@@ -36,0 +36,0 @@ // Implementation not important for this test |
@@ -5,2 +5,8 @@ # [PostCSS Prefix Wrap](./README.md) / Changelog | ||
## [1.19.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.19.0) | ||
### Features and Improvements | ||
- [[109]](https://github.com/dbtedman/postcss-prefixwrap/pull/109) Fix compatibility with PostCSS 8.1 | ||
## [1.18.1](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.18.1) | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "postcss-prefixwrap", | ||
"version": "1.18.1", | ||
"version": "1.19.0", | ||
"description": "A PostCSS plugin that is used to wrap css styles with a css selector to constrain their affect on parent elements in a page.", | ||
@@ -35,3 +35,3 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"postcss": "7.*.*|8.*.*" | ||
"postcss": "7.*.*|^8.1.0" | ||
}, | ||
@@ -53,3 +53,3 @@ "devDependencies": { | ||
"jest": "26.4.2", | ||
"postcss": "8.0.6", | ||
"postcss": "8.1.0", | ||
"postcss7": "npm:postcss@7.0.34", | ||
@@ -56,0 +56,0 @@ "prettier": "2.1.1", |
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
32390