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

Gonzales PE LESS extend feature not supported #726

Closed
ayjee opened this issue Jul 22, 2015 · 1 comment
Closed

Gonzales PE LESS extend feature not supported #726

ayjee opened this issue Jul 22, 2015 · 1 comment

Comments

@ayjee
Copy link

ayjee commented Jul 22, 2015

gonzales pe is failing when attempting to use LESS' extend feature.
I am attempting to use it via the syntax example on the less documentation page.
gonzales pe has a closed issue on the same subject but it does not look as though this fix has made its way to production.

.animal {
  background-color: black;
  color: white;
}
.bear {
  &:extend(.animal);
  background-color: brown;
}
@ayjee
Copy link
Author

ayjee commented Jul 22, 2015

tonyganch/gonzales-pe#15

@hannu hannu closed this as completed in 5a81716 Sep 2, 2015
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

1 participant