Skip to content
New issue

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

Font Viewer Tailwind Codes are not Valid #93

Open
joekotvas opened this issue Feb 17, 2024 · 0 comments
Open

Font Viewer Tailwind Codes are not Valid #93

joekotvas opened this issue Feb 17, 2024 · 0 comments
Assignees
Labels
bug Something isn't working Font Viewer Issues specific to the Font Viewer tool

Comments

@joekotvas
Copy link
Contributor

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]
@joekotvas joekotvas added bug Something isn't working Font Viewer Issues specific to the Font Viewer tool labels Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Font Viewer Issues specific to the Font Viewer tool
Projects
None yet
Development

No branches or pull requests

2 participants