LCE-Emerald-Launcher/tailwind.config.js
2026-04-02 15:58:45 +03:00

10 lines
155 B
JavaScript

export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}