socialbot/tailwind.config.js
Matjaz Mesnjak 9b4e65b9f5 Initial commit.
2022-02-03 18:41:15 +01:00

7 lines
151 B
JavaScript

module.exports = {
content: ["./src/**/*.{html,js}", "./*.{html,js}", "./views/**/*.{ejs,js,html}"],
theme: {
extend: {},
},
plugins: [],
}