We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/primer/primer/blob/master/docs/guidelines.md#formatting
Use // for comment blocks (instead of /* */).
//
/* */
Without a preprocessor, C-style // comments are invalid.
body { background-color: red; } // This is an invalid comment. /* This is a valid comment. */
The text was updated successfully, but these errors were encountered:
Thanks for the note, our "css" guidelines are meant to refer to scss files. I'm updating the section title to make it more clear #89
scss
Sorry, something went wrong.
Thanks @jonrohan, I assumed as such. Just seemed strange to suggest that CSS use //. 👍
Successfully merging a pull request may close this issue.
https://github.com/primer/primer/blob/master/docs/guidelines.md#formatting
Without a preprocessor, C-style
//
comments are invalid.The text was updated successfully, but these errors were encountered: