Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Converts SingleLine and multiline css of same class to JsObject #2

Open
Rishabh-Streak opened this issue Oct 31, 2020 · 0 comments
Open

Comments

@Rishabh-Streak
Copy link

Example

Css Code

color: black;
border-color:white;

Current Result

{
color: 'black',
borderColor:'white',
}

Expected Result

color: 'black',
borderColor:'white',
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant