cssnano-ignore-add
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "cssnano-ignore-add", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Ignore CSSNANO operations in lines using comments", | ||
@@ -29,3 +29,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "a913f3d09a43d07598902f9f3cd8c3f99b668469" | ||
"gitHead": "1db74d92ee64e0d2a9d30023bb9f454bb236373e" | ||
} |
@@ -10,7 +10,7 @@ # cssnano-ignore-plugin | ||
# Status | ||
## Status | ||
> ### WORK IN PROGRESS :warning: | ||
# Getting started | ||
## Getting started | ||
@@ -41,3 +41,3 @@ This will be soon ship with `cssnano default preset`. | ||
# How it works | ||
## How it works | ||
@@ -76,3 +76,3 @@ In order to stop cssnano doing optimization on some particular line, you simply need to add `/* cssnano-ignore-line */` comment over that line. | ||
# Packages | ||
## Packages | ||
@@ -83,1 +83,14 @@ It contains two packages, one to remove the line and another to add it . | ||
- [`cssnano-ignore-add`](#cssnano-ignore-add) | ||
## Tests | ||
this plugins are tested with | ||
- cssnano | ||
- Autoprefixer | ||
- postcss-preset-env | ||
- stylelint | ||
- some custom plugins meant to fail the op | ||
- Indivial tests for each plugins | ||
> There are not many test cases. More will be added soon |
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
4194
93