-
Notifications
You must be signed in to change notification settings - Fork 1
proptery 'shape-image-threshold' should be made Unitless #33
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
Comments
Thanks for contacting us @mediabuff , which component are you using? |
CssInCsharp uses the keys generated by the unitless to determine whether a unit needs to be added. We will consider adopting other approaches for this in the future. |
There is a bug in emotion-js/emotion#3328 Or https://github.com/emotion-js/emotion/blob/main/packages/unitless/src/index.ts I meant to say that '' needs to be added to CssInCsharp/src/Css/Unitless.cs Line 8 in b0fa199
public static Dictionary<string, int> Keys = new Dictionary<string, int> Or https://github.com/emotion-js/emotion/blob/main/packages/unitless/src/index.ts let unitlessKeys: Record<string, 1> = { "shapeImageThreshold: 1 |
Hi @mediabuff , are you using this library? |
https://developer.mozilla.org/en-US/docs/Web/CSS/shape-image-threshold
The text was updated successfully, but these errors were encountered: