Sublime-CSS-Format
Sublime-CSS-Format copied to clipboard
calc() does not need to line break
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));