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

Parent selector combined with hyphen or underscore breaks selector extensibility #2088

Closed
kasperisager opened this issue Jul 2, 2014 · 3 comments

Comments

@kasperisager
Copy link

As per the discussion in thomaspark/bootswatch#273, the following example will not work in Less:

.base {
  &-modifier {
    // ...
  }
}

.other {
  &:extend(.base-modifier);
}
@seven-phases-max
Copy link
Member

See #1597.

@seven-phases-max
Copy link
Member

Closing as #1597 duplicate.

@kasperisager
Copy link
Author

Shoot, sorry about that!

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