This repository was archived by the owner on Aug 6, 2021. It is now read-only.
This repository was archived by the owner on Aug 6, 2021. It is now read-only.
Open
Description
Try to parse this:
.someSelector
{
margin:40px 10px;
padding:5px; /* This is { blue } */
}
You will get this:
[
{
"selector": ".someSelector",
"rules": [
{
"directive": "margin",
"value": "40px 10px"
},
{
"directive": "padding",
"value": "5px"
},
{
"directive": "",
"value": "/* This is { blue",
"defective": true
}
]
}
]
Similar to reworkcss/css#24
Metadata
Metadata
Assignees
Labels
No labels