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

In SASS, I can't @extend from a class with a number in it #36

Open
krivaten opened this issue Oct 1, 2014 · 0 comments
Open

In SASS, I can't @extend from a class with a number in it #36

krivaten opened this issue Oct 1, 2014 · 0 comments

Comments

@krivaten
Copy link

krivaten commented Oct 1, 2014

When trying to run csscomb on a folder of scss files, I've noticed that I get an error whenever I @extend from a class with a number in it. For example:

.footer-nav {
    > li {
        @extend .col-md-4;
    }
}

Everywhere else I use @extend works fine, and and so does this when I remove the number at the end of .col-md-4. Did I perhaps overlook something in my settings, or is this an issue with the plugin?

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