Я новичок в реагировании и не могу понять ошибку, которую она бросает в меня в файл index.css < /p>
here is the code snippet
< /code>
@import "tailwindcss";
html , body {
width: 100vw;
background-color: black;
color: white;
}
@theme{
--color-white-50:#d9ecff;
}
@layer utilities{
.flex-center{
@apply flex justify-center items-center;
}
}
< /code>
error:unknown at rule @apply
unknown at rule @theme
i am completely new to tailwindcss and react and cannot figure it out what is happening
Подробнее здесь: https://stackoverflow.com/questions/797 ... dcss-setup