tailwindcss-coolhue

0.0.3 • Public • Published

Tailwind CSS Coolhue gradients

Nobody needs 60 rad gradients right inside their Tailwind CSS. But it doesn't hurt! Coolhue's gradients rule and I'm tired of copy/pasting them when a project needs an quick dash of awesome.

npm install tailwindcss-coolhue

Then over in tailwind.config.js:

// tailwind.config.js
const coolhue = require("tailwindcss-coolhue");
 
module.exports = {
  // ... all other config
  plugins: [coolhue],
};

Now you have 60 gradients from .bg-coolhue-1 to .bg-coolhue-60.

Dependencies (2)

Dev Dependencies (4)

Package Sidebar

Install

npm i tailwindcss-coolhue

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

3.69 kB

Total Files

10

Last publish

Collaborators

  • simeongriggs