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

SCSS extend placeholders incorrectly marked #238

Closed
jaydenseric opened this issue Apr 20, 2014 · 2 comments
Closed

SCSS extend placeholders incorrectly marked #238

jaydenseric opened this issue Apr 20, 2014 · 2 comments

Comments

@jaydenseric
Copy link

SCSS extend placeholders are incorrectly marked. They are marked differently when declared and when used, both incorrect.

In this example %warning is marked with the classnames token selector:

%warning {
    color: red;
}

Here % is wrapped with the classnames token number and warning is not marked at all:

.error {
    @extend %warning;
}
@LeaVerou
Copy link
Member

ping @MoOx

@MoOx
Copy link
Contributor

MoOx commented Apr 21, 2014

Sorry, I'm not using Sass nor Prismjs anymore (rework & highlight.js server side).
I'm also involved in other projects that have higher priorities in my todolist so dont have time for this issue right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants