css-in-js icon indicating copy to clipboard operation
css-in-js copied to clipboard

Unitless Css Styles should not be converted to string

Open rishabhrathod01 opened this issue 5 years ago • 1 comments

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 avatar Nov 26 '20 11:11 rishabhrathod01

#28 Resolves this.

rishabhrathod01 avatar Nov 26 '20 11:11 rishabhrathod01