//input
.box{
display: "block";
height: 100px;
width: 100px;
}
//output
{
box: {
display: "block",
height: 100,
width: 100
}
}
are there any npm packages I can use? Solution, thank you!
//input
.box{
display: "block";
height: 100px;
width: 100px;
}
//output
{
box: {
display: "block",
height: 100,
width: 100
}
}
are there any npm packages I can use? Solution, thank you!