Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested rules (like in Sass and LESS)? #4

Open
zakdances opened this issue Sep 6, 2013 · 1 comment
Open

Nested rules (like in Sass and LESS)? #4

zakdances opened this issue Sep 6, 2013 · 1 comment

Comments

@zakdances
Copy link

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;
   }
}
@aramk
Copy link
Owner

aramk commented Sep 10, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants