Sublime-CSS-Format icon indicating copy to clipboard operation
Sublime-CSS-Format copied to clipboard

calc() does not need to line break

Open raduchiriac opened this issue 9 years ago • 0 comments

Is there a way I can ignore calc() when formatting?

The very natural:

calc(#{$content-width} - (#{$spacing-unit} * 2));

transforms into:

calc(# {
    $content-width
  }
  - (# {
    $spacing-unit
  }
  * 2));

raduchiriac avatar Apr 10 '15 20:04 raduchiriac