blob: 7586753924697a4507c2ef2c3313359baddf0519 [file] [log] [blame]
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{html,ts}",
],
theme: {
extend: {},
},
plugins: [],
}