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

Unitless Css Styles should not be converted to string #37

Open
rishabhrathod01 opened this issue Nov 26, 2020 · 1 comment
Open

Unitless Css Styles should not be converted to string #37

rishabhrathod01 opened this issue Nov 26, 2020 · 1 comment

Comments

@rishabhrathod01
Copy link

Expected Behaviour

css -> z-index: 1;
js -> zIndex: 1,

Actual Behaviour :-

css -> z-index: 1;
js -> zIndex: '1',

most of the Css-In-Js libraries do not support string unitless values.

Let me know if i need to send a PR to resolve it.

@rishabhrathod01
Copy link
Author

#28 Resolves this.

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

No branches or pull requests

1 participant