UNPKG

color-picker-plus

Version:

![](https://img-blog.csdnimg.cn/img_convert/c18bd37e85899be066939081bca2dd8e.gif)

10 lines (9 loc) 188 B
/** @type {import('tailwindcss').Config} */ module.exports = { content: [], purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'], theme: { extend: {}, }, plugins: [], }