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

Refine Spark Theme definition - Ensure all values are strings to prevent Tailwind from appending unwanted "px" suffix #476

Closed
acd02 opened this issue Mar 28, 2023 · 0 comments · Fixed by #477
Assignees

Comments

@acd02
Copy link
Contributor

acd02 commented Mar 28, 2023

When encountering a number value, Tailwind will add a "px" suffix, e.g.:

zIndex: {
  hide: -1
}

will be transformed into:

--z-index-hide: -1px;
@acd02 acd02 self-assigned this Mar 28, 2023
@acd02 acd02 added this to the Sprint 4 milestone Mar 28, 2023
acd02 added a commit that referenced this issue Mar 28, 2023
Ensure all values are strings to prevent Tailwind from appending unwanted "px" suffix

#476
@acd02 acd02 linked a pull request Mar 28, 2023 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant