rounded/client/tailwind.config.js
2022-04-16 20:50:34 -04:00

8 lines
106 B
JavaScript

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