zdravko/tailwind.config.js

11 lines
160 B
JavaScript
Raw Normal View History

module.exports = {
2024-02-12 08:25:11 +00:00
content: ["./web/templates/**/*.{tmpl,go}"],
theme: {
container: {
center: true,
},
extend: {},
},
plugins: [],
};