CSSJSON icon indicating copy to clipboard operation
CSSJSON copied to clipboard

Nested rules (like in Sass and LESS)?

Open zakdances opened this issue 12 years ago • 1 comments

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;
   }
}

zakdances avatar Sep 06 '13 22:09 zakdances

Yeah this looks like a recursive call. I hadn't considered it before.

aramk avatar Sep 10 '13 02:09 aramk