Files
OpticalSystem/developer-front/tailwind.config.js
一休哥哥6666 e186d45bec Initial commit
2026-06-14 14:39:51 +08:00

12 lines
192 B
JavaScript

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