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
Describe the problem Some of the Tailwind codes generated in the Font Viewer tool are not valid Tailwind classes.
Actual behavior Here are some of the codes produced:
font-family-Georgia text-center text-#222222 bg-#ffffff font-italic font-300 tracking-1px leading-1.7 text-none text-[2.69em]
Expected behavior More correct code here might be:
font-family-georgia text-center text-[#222222] bg-[#ffffff] italic font-300 tracking-[1px] leading-[1.7] normal-case text-[2.69em]
The text was updated successfully, but these errors were encountered:
olegklyufinskyy
No branches or pull requests
Describe the problem
Some of the Tailwind codes generated in the Font Viewer tool are not valid Tailwind classes.
Actual behavior
Here are some of the codes produced:
Expected behavior
More correct code here might be:
The text was updated successfully, but these errors were encountered: