npm i huamei-colors
oryarn add huamei-colors
- 拓展 tailwind 的主题颜色:
// tailwind.config.js
const { colors } = require('huamei-colors')
module.exports = {
theme: {
extend: {...colors},
},
...
}
- 使用颜色,比如
text-renlai
中国传统色 x Tailwindcss
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
npm i huamei-colors
or yarn add huamei-colors
// tailwind.config.js
const { colors } = require('huamei-colors')
module.exports = {
theme: {
extend: {...colors},
},
...
}
text-renlai
中国传统色 x Tailwindcss