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

Trailing whitespace on content #226

Closed
sofiushko opened this issue Nov 9, 2015 · 3 comments
Closed

Trailing whitespace on content #226

sofiushko opened this issue Nov 9, 2015 · 3 comments
Labels

Comments

@sofiushko
Copy link

If you have in config "trailingWhitespace": "never" and in rule content: 'foo' you'll get trailing whitespace. But content:'foo' will be ok.

@rossPatton rossPatton added the bug label Nov 9, 2015
@koffeine
Copy link

It's not just on content, setting trailing whitespace to 'never' also gives warnings on @import declarations:
@import '_base' -> Error: trailing whitespace
@import'_base' -> (without a space between) no error

This issue exists since upgrading to 1.3.2, it was working until then.

@rossPatton
Copy link
Collaborator

yeah. i know why this is happening, just haven't had time to push a fix.

@rossPatton
Copy link
Collaborator

this should be fixed in 1.3.3

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

No branches or pull requests

3 participants