zdravko/tailwind.config.js

11 lines
158 B
JavaScript
Raw Normal View History

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