less-scss-convertor
less-scss-convertor copied to clipboard
Invalid SCSS file generated after conversion
I am trying to convert LESS file to SCSS but it is not converted with some errors. bellow line is not converted properly
.gridstack-columns(@column, @total) when (@column > 0) {
converted to
@mixin gridstack-columns($column, $total) when ($column > 0) {
Invalid CSS after "...column, $total)": expected "{", was "when ($column > 0)"
I will look into it.