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

Leading withspace in a styl produces a leading ; in the generated css #30

Open
thomas-rager opened this issue Jan 9, 2014 · 0 comments

Comments

@thomas-rager
Copy link

Accidentally I produced a file with only one spacer in the first line, this leads to a ; in the generated css. The example doesn't show it because github strips the source-code... please add a spacer and a break before the button to test it.

button 
  background-color: green
  width: 150px
  height: 150px
;

button {
  background-color: green;
  width: 150px;
  height: 150px;
}
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