mirror of
https://github.com/foomo/ui.git
synced 2025-10-16 12:45:34 +00:00
fix: css tailwind layers
This commit is contained in:
parent
ce95ec2a3c
commit
310e821a55
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@foomo/ui",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.5",
|
||||
"type": "module",
|
||||
"files": [
|
||||
"dist",
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
@import "tailwindcss";
|
||||
@import "tailwindcss/theme.css";
|
||||
@import "tailwindcss/preflight.css";
|
||||
@import "tailwindcss/utilities.css";
|
||||
@import "tw-animate-css";
|
||||
@plugin "@tailwindcss/typography";
|
||||
|
||||
@ -111,11 +113,11 @@
|
||||
--sidebar-ring: oklch(0.556 0 0);
|
||||
}
|
||||
|
||||
@layer base {
|
||||
* {
|
||||
@apply border-border outline-ring/50;
|
||||
}
|
||||
body {
|
||||
@apply bg-background text-foreground;
|
||||
}
|
||||
}
|
||||
/* @layer base { */
|
||||
/* * { */
|
||||
/* @apply border-border outline-ring/50; */
|
||||
/* } */
|
||||
/* body { */
|
||||
/* @apply bg-background text-foreground; */
|
||||
/* } */
|
||||
/* } */
|
||||
|
||||
@ -65,6 +65,7 @@ export default defineConfig({
|
||||
cssCodeSplit: false,
|
||||
rollupOptions: {
|
||||
external: [
|
||||
"react/jsx-runtime",
|
||||
...Object.keys(pkg.dependencies || {}),
|
||||
...Object.keys(pkg.peerDependencies || {}),
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user