Код: Выделить всё
Cannot apply unknown utility class `text-brand-secondary-800Вот мой app.css
Код: Выделить всё
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
scroll-behavior: smooth;
font-family: "Poppins", sans-serif;
}
@import "tailwindcss";
@theme {
--color-brand-secondary-800: #121212;
/* rest of the variables */
}
Код: Выделить всё
@reference "tailwindcss";
.component-header-text {
@apply font-semibold text-base text-brand-secondary-800;
}
Подробнее здесь: https://stackoverflow.com/questions/797 ... -variables
Мобильная версия