1
0
Fork 0
forked from Kispi/Core
HGOE-SaS/tailwind.config.js

10 lines
197 B
JavaScript
Raw Permalink Normal View History

2022-07-12 18:44:26 +00:00
module.exports = {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [require('@tailwindcss/typography'), require('daisyui')],
}