pig-ui/tailwind.config.js

9 lines
208 B
JavaScript
Raw Normal View History

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
corePlugins: {
// 不使用 tailwind 的基础样式
preflight: false,
},
};