Code: Select all
The
Code: Select all
class does not exist. If
Code: Select all
is a custom class, make sure it is defined within a
Code: 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;
}
}