mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-22 15:53:45 +00:00
10 lines
158 B
JavaScript
10 lines
158 B
JavaScript
module.exports = {
|
|
content: ["./internal/ui/**/*.{tmpl,go}"],
|
|
theme: {
|
|
container: {
|
|
center: true,
|
|
},
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|