Files
scrap/webui/tailwind.config.js
Gilles Soulier d0b73b9319 codex2
2026-01-14 21:54:55 +01:00

8 lines
122 B
JavaScript

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