notimportant

Get rid of !important in your CSS!

Usage no npm install needed!

<script type="module">
  import notimportant from 'https://cdn.skypack.dev/notimportant';
</script>

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!