It was because I hadn't used the class, but I was trying to set it dynamically so it wasn't used yet
Is there any way to bring in all classes?
Hi All,
I'm following this guide and have followed the instructions exactly:
https://tailwindcss.com/docs/guides/laravel#vite
I have the following in app.scss:
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
background-color: aquamarine;
h1 {
color: blueviolet;
font-size: larger;
}
}
but only the css for main elements is available (body, div etc) and font-bold.
What am I missing?
Please or to participate in this conversation.