zdravko/build/tailwind.config.js
2024-02-16 22:31:00 +01:00

10 lines
160 B
JavaScript

module.exports = {
content: ["./web/templates/**/*.{tmpl,go}"],
theme: {
container: {
center: true,
},
extend: {},
},
plugins: [],
};