-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Z-index pixel unit #68
Comments
This should be a copy-paste error. I noticed that the value of z-index is the same as the value of space, so it was likely copied by mistake. I made a PR for this. https://github.com/Tahul/pinceau/pull/69/files |
Hello !
I noticed from the playground theme that the zIndex values are written in pixel unit :
pinceau/playground/theme/tokens.config.ts
Lines 248 to 270 in 28a05cf
Since the mdn doc specified that z-index only supports integers,
is there a particular reason you choosed to define it with px or is it a mistake ?
The text was updated successfully, but these errors were encountered: