fix(web): add Tailwind CSS setup for design system rendering (#436)

Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
This commit is contained in:
2026-02-21 23:36:16 +00:00
committed by jason.woltje
parent 1b66417be5
commit 7480deff10
4 changed files with 495 additions and 10 deletions
+8
View File
@@ -0,0 +1,8 @@
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
export default config;