Skip to content

Instantly share code, notes, and snippets.

@wfendler
Last active August 29, 2015 13:57
Show Gist options
  • Save wfendler/9811680 to your computer and use it in GitHub Desktop.
Save wfendler/9811680 to your computer and use it in GitHub Desktop.
//
// Bootstrap Less
// --------------------------------------------------
/**
* Suit.css Component Name
*/
/*------------------------------------*\
INUIT PAGE HEADING
\*------------------------------------*/
/**
* Inuit Component w/code example
*
`@include vendor(border-radius, 4px);`
*
*/
//
// ZURB Component Badge
//
@wfendler
Copy link
Author

Another thing to consider is how Sass will output the comments. Ideally, each project will be minified and have 0 comments on production, but sometimes stuff unintentionally makes it up w/some comments.

/* These get rendered */ and // These do not

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment