toos-halloween/toos-dashboard/tailwind.config.js

13 lines
187 B
JavaScript
Raw Normal View History

2023-10-13 09:43:42 +02:00
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx,vue}",
],
theme: {
extend: {},
},
plugins: [],
}