Closed CyberAndrii closed 2 years ago
Works:
html { @apply bg-white text-gray-500; }
Doesn't work
html { @apply bg-white text-gray-500 }
In my case, it's a .scss file.
.scss
Works:
Doesn't work
In my case, it's a
.scss
file.