geddski / csstyle

MOVED TO https://github.com/csstyle/csstyle a modern approach for crafting beautifully maintainable stylesheets
http://csstyle.io
Other
850 stars 34 forks source link

Fix rendering differences with node-sass 3.3 and 3.4 #62

Closed anthonynichols closed 8 years ago

anthonynichols commented 8 years ago

https://github.com/geddski/csstyle/issues/58

Escaped option symbol renders differently between ruby Sass and node-sass. When the $optionIndex variable is null in the part mixin, in the case of node-sass, use the str-slice function to modify the str-index value assigned to $optionIndex.

geddski commented 8 years ago

Awesome thanks @anthonynichols!

kevnk commented 8 years ago

@geddski Would you think a version bump would make sense after this merge?

I can work around it, but it would be nice to have the latest in my node package. Thanks!

gmhenderson commented 8 years ago

+1 for a new release.