Closed seaburrows closed 9 years ago
Thanks for leaving feedback. I know what's wrong and it's an easy fix. Once it comes across a ':', it needs to check whether it's an attribute or part of a nesting. That part isn't very well written either. I need to remove it from the list where it determines it's an attribute.
A friend of me made a pull request (#2) since I don't have my computer with me.
Tested it on my computer and it is fixed.
Super excited to find StyleSorter this morning; sadly as soon as I tried it on a real project file it broke the source.
The issue is that if you pass a explicitly set parameter into a
@mixin
it will split the string.So:
is fine but:
will result in:
Suspect you just need to add support for
:
sThanks for this awesome package!