csscomb / sublime-csscomb

Sublime plugin for CSScomb—CSS coding style formatter
398 stars 61 forks source link

Issues with .scss #57

Closed gpolguere closed 6 years ago

gpolguere commented 9 years ago

From this .scss :

#test
{
    background-image: url($path-img + 'img/static/mobile/common-bg.jpg');
}

I got this as result :

#test
{
    background-image: url($path-img ) 'img/static/mobile/common-bg.jpg';;
}

The '+' sign is changed into '(' and ')' into ';'.

loringdodge commented 6 years ago

@gpolguere Since this is the sublime package only. Your change might be requested in https://github.com/csscomb/csscomb.js. Going to close this issue.