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

"extend" the puesdo selector ": before" doesn't work inside media query of bootstrap #2722

Closed
ravikiranr26 opened this issue Nov 4, 2015 · 2 comments

Comments

@ravikiranr26
Copy link

extend doesn't work inside a media query, with a pusedo selector before. The content seems not to appear inside the class '.two' upon hover

/* icon.less file */

.icon-chev:before {
    content: "\g106";
}

/* my.less file */

@media (min-width: @screen-sm-min) {
.one {
    &:hover {
        .two {
                &:extend(.icon-chev all);
                color: #fff;
        }
    }
  }
}
@seven-phases-max
Copy link
Member

@seven-phases-max
Copy link
Member

Closing as expected behaviour.

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

3 participants
@ravikiranr26 @seven-phases-max and others