How do you get CSS changes to update?
Mine is working with the Rails 7 version.
In app/assets/stylesheets/application.tailwind.css, I added
In app/assets/stylesheets/application.tailwind.css, I added
@import "custom";
I do need to use
And I can use
.css
instead of .scss for the import to work. Anyone knows why?And I can use
@apply
in the .css file, too. I guess we are using PostCSS and not SASS loader now?Notifications
You’re not receiving notifications from this thread.