1
0
Fork 0
forked from Kispi/Core
HGOE-SaS/tailwind.config.js
2022-07-12 20:44:26 +02:00

10 lines
No EOL
197 B
JavaScript

module.exports = {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [require('@tailwindcss/typography'), require('daisyui')],
}