Open raduchiriac opened 9 years ago
Is there a way I can ignore calc() when formatting?
calc()
The very natural:
calc(#{$content-width} - (#{$spacing-unit} * 2));
transforms into:
calc(# { $content-width } - (# { $spacing-unit } * 2));
Is there a way I can ignore
calc()
when formatting?The very natural:
transforms into: