Workspaces FE (#1733)

This commit is contained in:
Louis Knight-Webb
2026-01-08 22:14:38 +00:00
committed by GitHub
parent fe2215ba85
commit 527febdc52
291 changed files with 23770 additions and 880 deletions

View File

@@ -0,0 +1,7 @@
module.exports = {
plugins: {
// No config specified - @config directives in CSS files take precedence
tailwindcss: {},
autoprefixer: {},
},
};