Skip to content

CSS style comments fail #12

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

Closed
wants to merge 1 commit into from
Closed

CSS style comments fail #12

wants to merge 1 commit into from

Conversation

jonathanong
Copy link

not sure if this is by intention, but I expected CSS comments to work. Here are some tests I added. I would print out the test results but color is pretty important.

/* One line CSS Comment */

yields

/* One line CSS Comment */;

Then

button
  /* Comment */
  color: yellow

yields

button {
  /* Comment */;  color: yellow;
}

etc.

@tj tj closed this in 36daf50 Jun 2, 2013
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

Successfully merging this pull request may close these issues.

1 participant