chore(ui,icons,ui-preset,toolbox): Move design system packages to monorepo (#5470)
This commit is contained in:
committed by
GitHub
parent
71853eafdd
commit
e4ce2f4e07
9
packages/design-system/ui/src/main.css
Normal file
9
packages/design-system/ui/src/main.css
Normal file
@@ -0,0 +1,9 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@layer base {
|
||||
body {
|
||||
@apply !bg-ui-bg-base;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user