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%
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%