jingrow-ui/tailwind.config.js
jingrow c7bac1a7a0
Some checks failed
Publish on NPM / publish (push) Has been cancelled
Build and Deploy Storybook / build (push) Has been cancelled
Tests / test (push) Has been cancelled
initial commit
2025-10-24 00:40:30 +08:00

15 lines
265 B
JavaScript

import preset from './src/tailwind/preset'
export default {
presets: [preset],
content: [
'./index.html',
'./App.vue',
'./src/**/*.{vue,js,ts,jsx,tsx}',
'./jingrow/**/*.{vue,js,ts,jsx,tsx}',
],
theme: {
extend: {},
},
plugins: [],
}