项目文件夹

文件
Devika cadc96632f gui: add Tailwind for the mock-parity restyle
Tailwind v3 configured to mirror platform/ui-mocks/redesign.html — its theme
maps to the CSS custom-property tokens already in styles.css, so light/dark
theming stays one source of truth. Imported before styles.css so existing
(not-yet-ported) surfaces still render from their own CSS. No visual change yet.
2026-06-29 09:39:42 +05:30

7 行
81 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};