Closed matype closed 8 years ago
input:
div { color: blue; } @function myFn ($var-1,$var-2){ @return $var-1*$var-2; }
we will get:
div { color: blue; } @function myFn($var-1, $var-2) { @return $var-1 * $var-2; }
https://github.com/morishitter/cssfmt/pull/47
input:
we will get:
https://github.com/morishitter/cssfmt/pull/47