Chromatix custom config for stylelint. Based heavily on the WordPress Coding Standards but with some of our own too.
3
stars
0
forks
source link
function-parentheses-space-inside & function-comma-space-after break on multiline function calls #8
Open
tdmalone opened 6 years ago
Given this Sass:
stylelint-config-chromatix
reports that whitespace is not expected inside the parens, and that a single space is expected after the comma.function-parentheses-space-inside
should exclude newlines, andfunction-comma-space-after
should allow newlines.