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

formatting is not happening correctly in some case #323

Open
sourav-kumar opened this issue Sep 1, 2017 · 0 comments
Open

formatting is not happening correctly in some case #323

sourav-kumar opened this issue Sep 1, 2017 · 0 comments

Comments

@sourav-kumar
Copy link

There are two cases where I found formatting not happening correctly,

  1. actual:
.class-name {  padding: 0;  }

after formatting:

.class-name {  padding: 0;
}

There should not be any change as per rule written in styleling-config-standard. Means closing brace should not be on new line.

  1. actual
$variableName: #fff !default;

After formatting

$variableName: #fff!default;

space is getting removed after stylefmt formatting which is wrong.

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

1 participant