TER/tailwind.config.js

8 lines
110 B
JavaScript

module.exports = {
content: ["./ter/templates/**/*.html"],
theme: {
extend: {},
},
plugins: [],
}