You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
Hi, I was following a couple of tutorials and would like give a try to Tailwind.
Include in any html page no problem:
But include custom styles, doesn't works:
Tried simple things in custom CSS like:
@import "base.css";
h1{
@apply text-2xl;
}
Replace first import by @tailwind base; also doesn't works.
There is a simple way to try that or doesn't make sense with tailwind?
Thanks
The text was updated successfully, but these errors were encountered: