postcss-prefixwrap
Advanced tools
Comparing version 1.18.0 to 1.18.1
@@ -21,3 +21,3 @@ "use strict"; | ||
}; | ||
const PostCSSPrefixWrap_1 = __importStar(require("PostCSSPrefixWrap")); | ||
const PostCSSPrefixWrap_1 = __importStar(require("./PostCSSPrefixWrap")); | ||
const isPostCSSv8 = (postcss) => postcss.Root !== undefined; | ||
@@ -24,0 +24,0 @@ module.exports = (postcss) => { |
@@ -5,2 +5,8 @@ # [PostCSS Prefix Wrap](./README.md) / Changelog | ||
## [1.18.1](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.18.1) | ||
### Bug Fixes | ||
- [[107]](https://github.com/dbtedman/postcss-prefixwrap/pull/107) Fix relative path issue `Cannot find module 'PostCSSPrefixWrap'` | ||
## [1.18.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.18.0) | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "postcss-prefixwrap", | ||
"version": "1.18.0", | ||
"version": "1.18.1", | ||
"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.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
32172