ekryski/less2sass

Converting Variable Interpolation

mattmischuk opened this issue · 1 comments

Just wanted to give you a heads up that this script doesn't support variable interpolation.

@{var_name} should convert to #{$var_name} but instead converts to ${var_name} which is invalid.

Reference:
http://lesscss.org/features/#variables-feature-variable-interpolation
http://sass-lang.com/documentation/file.SASS_REFERENCE.html#interpolation_

Yo, nice script ! A little note: it doesn't convert mixin argument separators semicolons to commas.
keep up the good work!!