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

LESS' :extend not working #56

Open
born2webdesign opened this issue Apr 18, 2015 · 0 comments
Open

LESS' :extend not working #56

born2webdesign opened this issue Apr 18, 2015 · 0 comments

Comments

@born2webdesign
Copy link

Hi,

Kalei looks really nice (no need to explicitly compile the styleguide), but LESS' :extend doesn't seem to work - I tried this:

.media {
  &:extend(.block);
  overflow: hidden;
}

While lessc does compile this correctly, in kalei the :extend seems to be ignored. A mixin does work, though.
Even though :extend was introduced in less 1.4.0 (I think), I also tried to swap out kalei's less.js (1.7.3) with a current one (2.5.0) - that ends up in an almost empty page, just Loading styles?
Am I doing something wrong or how can this be fixed? TIA

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