robossembler.org/tailwind.config.js

8 lines
112 B
JavaScript
Raw Normal View History

2025-02-12 12:50:28 +03:00
module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
};