Skip to content

Instantly share code, notes, and snippets.

@xdemocle
Created June 25, 2014 15:48
Show Gist options
  • Save xdemocle/849ef74d03f1bc08beb4 to your computer and use it in GitHub Desktop.
Save xdemocle/849ef74d03f1bc08beb4 to your computer and use it in GitHub Desktop.
(S)CSS Snippets
/* ==========================================================================
Section comment block
========================================================================== */
/* Sub-section comment block
========================================================================== */
/**
* Short description using Doxygen-style comment format
*
* The first sentence of the long description starts here and continues on this
* line for a while finally concluding here at the end of this paragraph.
*
* The long description is ideal for more detailed explanations and
* documentation. It can include example HTML, URLs, or any other information
* that is deemed necessary or useful.
*
* @tag This is a tag named 'tag'
*
* TODO: This is a todo statement that describes an atomic task to be completed
* at a later date. It wraps after 80 characters and following lines are
* indented by 2 spaces.
*/
/* Basic comment */
Inspired by Idiomatic CSS https://github.com/necolas/idiomatic-css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment