Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cssnano-ignore-add

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cssnano-ignore-add - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

4

package.json
{
"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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc