postcss-import
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -0,1 +1,6 @@ | ||
# 8.0.1 - 2015-01-27 | ||
- Fixed: missing "lib" folder | ||
([#161](https://github.com/postcss/postcss-import/issues/161)) | ||
# 8.0.0 - 2015-01-27 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "postcss-import", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "PostCSS plugin to import CSS files", | ||
@@ -17,3 +17,4 @@ "keywords": [ | ||
"files": [ | ||
"index.js" | ||
"index.js", | ||
"lib" | ||
], | ||
@@ -20,0 +21,0 @@ "dependencies": { |
@@ -7,7 +7,6 @@ # postcss-import | ||
> [PostCSS](https://github.com/postcss/postcss) plugin to transform `@import` | ||
rules by inlining content. | ||
This plugin can consume local files, node modules or bower packages. | ||
This plugin can consume local files, node modules or web_modules. | ||
To resolve path of an `@import` rule, it can look into root directory | ||
@@ -14,0 +13,0 @@ (by default `process.cwd()`), `web_modules`, `node_modules` |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
28559
9
499
0
222