Files
TypeWords/tailwind.config.js
zyronon 33fe1a33c0 save
2024-05-16 11:21:12 +08:00

13 lines
187 B
JavaScript

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