socialbot/tailwind.config.js

7 lines
151 B
JavaScript
Raw Normal View History

2022-02-03 18:41:15 +01:00
module.exports = {
content: ["./src/**/*.{html,js}", "./*.{html,js}", "./views/**/*.{ejs,js,html}"],
theme: {
extend: {},
},
plugins: [],
}