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

Rule idea: variable-colon-space-after #51

Closed
bjankord opened this issue Jun 29, 2016 · 1 comment
Closed

Rule idea: variable-colon-space-after #51

bjankord opened this issue Jun 29, 2016 · 1 comment

Comments

@bjankord
Copy link
Contributor

This rule idea comes from scss-lint's Space After Variable Colon rule

From the scss-lint docs:

Variables should be formatted with a single space separating the colon from the variable's value.

Bad: no space after colon

$my-color:#fff;

Bad: more than one space after colon

$my-color:  #fff;

Good

$my-color: #fff;
@dryoma
Copy link
Collaborator

dryoma commented Jul 26, 2016

Published with 1.3.0.

@dryoma dryoma closed this as completed Jul 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants