ekryski/less2sass

.X float numbers converted like @import X

Closed this issue · 3 comments

If I try to convert something like:

@transition-speed: .3s;

it will be converted to:

$transition-speed: @import 3s;

Thanks for this great tool!

+1 also had this issue

Edit: I created a pull request to add/fix this functionality: #8

Woot! @mismith thanks for the PR. Just checking it now....

Close by #8.