8 lines
173 B
JavaScript
8 lines
173 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ["./components/**/*.templ", "./pages/**/*.templ"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
} |