globals.css
Код: Выделить всё
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
* {
@apply border-border; /* [ERROR]: Cannot apply unknown utility class `border-border` */
}
body {
@apply bg-background text-foreground;
}
}
Подробнее здесь: https://stackoverflow.com/questions/774 ... er-class-d
Мобильная версия