You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
When trying to run
csscomb
on a folder ofscss
files, I've noticed that I get an error whenever I@extend
from a class with a number in it. For example: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?The text was updated successfully, but these errors were encountered: