We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I notice an issue with this extension.
If your globals.css use classes like:
h1 { @apply text-[38px]/[1.1] md:text-[56px]/[1.1]; } h2 { @apply text-[32px]/[1.3] md:text-[42px]/[1.25]; }
Throws the error:
app/globals.css The text-[38px]/[1.1] class does not exist. If text-[38px]/[1.1] is a custom class, make sure it is defined within a @layer directive.
text-[38px]/[1.1]
@layer
It only happens with this extension. I use other extensions and this doesnt occur.
The text was updated successfully, but these errors were encountered:
Hmm, I wonder if it's something with the combo font-size/line-height utility classes... What version of Tailwind are you using?
Sorry, something went wrong.
"tailwindcss": "^3.4.14",
This happens only with this plugin... i use other plugins and never had a problem
No branches or pull requests
I notice an issue with this extension.
If your globals.css use classes like:
Throws the error:
app/globals.css The
text-[38px]/[1.1]
class does not exist. Iftext-[38px]/[1.1]
is a custom class, make sure it is defined within a@layer
directive.It only happens with this extension. I use other extensions and this doesnt occur.
The text was updated successfully, but these errors were encountered: