Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Cannot use "&-postfix" #13

Open
chrosim opened this issue Mar 1, 2016 · 0 comments
Open

Cannot use "&-postfix" #13

chrosim opened this issue Mar 1, 2016 · 0 comments

Comments

@chrosim
Copy link

chrosim commented Mar 1, 2016

For example:

#main {
  color: black;
  &-sidebar { border: 1px solid; }
}

should be compiled to:

#main {
  color: black; 
}
#main-sidebar {
    border: 1px solid;
}
@chrosim chrosim changed the title Nested Rules should also compile with parent selector &-SUFFIX https://dev.vaadin.com/ticket/13840 Mar 7, 2016
@chrosim chrosim changed the title https://dev.vaadin.com/ticket/13840 Cannot use "&-postfix" Nov 14, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant