Skip to content

Unitless Css Styles should not be converted to string #37

@rishabhrathod01

Description

@rishabhrathod01

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions