sonr/nebula/tailwind.config.js

13 lines
197 B
JavaScript
Raw Normal View History

// tailwind.config.js
module.exports = {
content: [
"./blocks/**/*.{templ,html}",
"./pages/**/*.{templ,html}",
"./src/**/*.ts",
],
theme: {
extend: {},
},
plugins: [],
};