Code: Select all
The Code: Select all
class does not exist. IfCode: Select all
is a custom class, make sure it is defined within aCode: Select all
directive.globals.css
Code: Select all
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
* {
@apply border-border; //error
}
body {
@apply bg-background text-foreground;
}
}
Mobile version