stud-manager / tailwind.config.js
dvc890's picture
Upload 39 files
051c3fe verified
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./index.html",
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
"./App.tsx"
],
theme: {
extend: {},
},
plugins: [],
}