Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

function-parentheses-space-inside & function-comma-space-after break on multiline function calls #8

Open
tdmalone opened this issue Dec 5, 2017 · 0 comments

Comments

@tdmalone
Copy link
Contributor

tdmalone commented Dec 5, 2017

Given this Sass:

// Find the next index.
$index: str-index(
  if($case-sensitive, $to-parse, to-lower-case($to-parse)),
  if($case-sensitive, $to-search, to-lower-case($to-search))
);

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, and function-comma-space-after should allow newlines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant