andrewyng--aisuite
cadc96632f
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.
7 行
81 B
JavaScript
7 行
81 B
JavaScript
export default {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|