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

Error: comma must be followed by a space for readability #232

Closed
Alxblsk opened this issue Dec 10, 2015 · 3 comments
Closed

Error: comma must be followed by a space for readability #232

Alxblsk opened this issue Dec 10, 2015 · 3 comments

Comments

@Alxblsk
Copy link

Alxblsk commented Dec 10, 2015

Hi, I found that after upgrade from 1.3.2 to 1.3.5 I start receiving an error:

Error: commas must be followed by a space for readability
File: theme/nextgen/hello-world.styl
Line: 14: font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;

my current configuration is

'trailingWhitespace': {
    'expect': 'never',
    'error': true
},

Founded, if wrap all font families in double quotes, everything is OK, but it can work only as temporary solution.

@gscottolson
Copy link

👍

@rossPatton
Copy link
Collaborator

yeah, all these whitespace / comma / etc type issues are really just one bug that's been very hard to squash

@rossPatton
Copy link
Collaborator

closing because this should (hopefully) be fixed in the latest build

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

No branches or pull requests

3 participants