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

Missing the necessary commas between expressions #9

Closed
hstarorg opened this issue Apr 23, 2017 · 4 comments
Closed

Missing the necessary commas between expressions #9

hstarorg opened this issue Apr 23, 2017 · 4 comments
Labels

Comments

@hstarorg
Copy link

The stylus code:

.project-item {
  border: none;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  border-radius: 0.28571429rem;
  transition: box-shadow 0.1s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}

After format will be:

.project-item {
  border: none;
  box-shadow: 0 1px 3px 0 #d4d4d5 0 0 0 1px #d4d4d5;
  border-radius: 0.28571429rem;
  transition: box-shadow 0.1s ease transform 0.1s ease -webkit-transform 0.1s ease;
}

It's error styles

@ThisIsManta
Copy link
Owner

Thank you for reporting this. I will take a look ASAP.

@hstarorg
Copy link
Author

hstarorg commented Apr 23, 2017

Thank you for your work, it's useful.

ThisIsManta added a commit to ThisIsManta/stylus-supremacy that referenced this issue Apr 23, 2017
@ThisIsManta
Copy link
Owner

Hi @hstarorg,

This has been fixed at version 0.3.3. Please restart your VS Code and update the extension.
To prevent this further issues, I have added the test case.

Cheers!

@ThisIsManta ThisIsManta changed the title Deleted the necessary comma Missing the necessary commas between expressions Apr 23, 2017
@hstarorg
Copy link
Author

@ThisIsManta Very fast, thank you.

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

2 participants