tailwind-shades
v1.1.2
Published
Automatically generate 10 shades for Tailwind
Downloads
23,294
Maintainers
Readme
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: []
}