tailwind-shades

1.1.2 • Public • Published

Color Shade Generator for TailwindCSS

Usage

const shadesOf = require('tailwind-shades');

/** @type {import('tailwindcss').Config} */
module.exports = {
    content: [],
    theme: {
        extend: {
            colors: {
                accent: shadesOf('#913985')
            }
        }
    },
    plugins: []
}

Package Sidebar

Install

npm i tailwind-shades

Weekly Downloads

1,651

Version

1.1.2

License

MIT

Unpacked Size

5.28 kB

Total Files

6

Last publish

Collaborators

  • jxxe