sublime-csscomb icon indicating copy to clipboard operation
sublime-csscomb copied to clipboard

Adds 2 new lines between each rule group if run twice in a .sass file

Open eduardodomingos opened this issue 9 years ago • 0 comments
trafficstars

It works as expected if I only run ctrl+shit+c once. If i run this shortcut again it adds an extra new line between each group of similar properties:

position: absolute | width: 100%

is converted to:

position: absolute | | width: 100%

eduardodomingos avatar Jan 04 '16 19:01 eduardodomingos