notimportant
v1.2.3
Published
Get rid of !important in your CSS!
Downloads
3
Maintainers
Readme
Notimportant
This package will allow you to replace all
!important
in your stylesheets with useless quotes. How awesomely useless! 🥴
Who says !important is important?
We all know !important
sucks. Surprise yourself and see how much potential for useless quotes your stylesheets have!
Installation 😏
yarn add notimportant
or
npm i notimportant
Usage 😏
To deal with all files in your /src
folder in root directory run:
yarn notimportant
or
npm run notimportant
If you want to specify another folder in your root directory, like /styles
, add it after main command like this:
yarn notimportant styles
or
npm run notimportant styles
Have fun! 🥴
Use responsibly. Unleash the power of uselessness on your CSS!