
Security News
pnpm 10.12 Introduces Global Virtual Store and Expanded Version Catalogs
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.
replace-important
Advanced tools
Package for removing !important from css rules from selectors and replacing them inside similar selectors - the new selectors will have the highest specificity in the CSS file.
Package for removing !important from css rules from selectors and replacing them inside similar selectors - the new selectors will have the highest specificity in the CSS file. This is useful for making CSS Supported by AMPHTML. This can be used as a CLI or in your Node projects. We also have a Gulp Plugin as well.
Globally as CLI
npm install -g replace-important
As a dev dependency to your project
npm install --save-dev replace-important
CLI
$ replace-important
Usage:
replace-important file.css [OPTIONS]
Options:
-h, --help Print usage information
-o, --output Specify output file (Default: output.css)
As a Node Module
Try the Runkit from the NPM Page
const replaceImportant = require('replace-important');
const output = replaceImportant('body {background-color: red !important;}');
console.log(output); // body {}:root:not(#FK_ID) body{background-color: red }
There are golden tests, and CLI tests, that are run with:
npm run test
Please see the CONTRIBUTING.md
FAQs
Package for removing !important from css rules from selectors and replacing them inside similar selectors - the new selectors will have the highest specificity in the CSS file.
The npm package replace-important receives a total of 3 weekly downloads. As such, replace-important popularity was classified as not popular.
We found that replace-important demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.
Security News
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.