0.0.6 • Published 3 years ago

huamei-colors v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

使用指南 Get Started

  1. npm i huamei-colors or yarn add huamei-colors
  2. 拓展 tailwind 的主题颜色:
// tailwind.config.js
const { colors } = require('huamei-colors')

module.exports = {
  theme: {
    extend: {...colors},
  },
  ...
}
  1. 使用颜色,比如 text-renlai
0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago