-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Extra space after scss pseudo classes. #500
Comments
Have same issue. Bellow code
brakes, and formatted code looks like so:
|
Yes me too. This also happens in less code. |
Time to fork and dig through i guess ; ) |
SCSS - again this is a templating language based on css. The fact that a css beautifier doesn't handle different language correctly should not be a surprise. 😄 This is a common theme for this suite of tools. We will be looking for ways to make able to handle template languages. In the meanwhile, you should fork and if you can suggest a way to push the added functionality back to this tool we'll be happy to review it. |
@bitwiseman i figured that much 😄 |
Same here. |
thanks @kevin-heil good to know : ) i wonder if comments will do it. |
Nope, comments will not help here. |
+1 |
Fixed! |
thank you @bitwiseman |
If you format your scss and have and &:hover for example the format puts a space in between the colon and pseudo class i.e.
a {
color: red;
&:hover {
background: black;
}
}
The text was updated successfully, but these errors were encountered: