CSSJSON
CSSJSON copied to clipboard
Nested rules (like in Sass and LESS)?
Have you had in luck in parsing nested CSS rules? Like the kind that are used in Sass and LESS? Like this:
.my-style {
color" #666;
.my-inner-style {
width: 100px;
}
}
Yeah this looks like a recursive call. I hadn't considered it before.