const shadesOf = require('tailwind-shades');
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
theme: {
extend: {
colors: {
accent: shadesOf('#913985')
}
}
},
plugins: []
}jxxe/tailwind-shades
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|