Skip to content

Instantly share code, notes, and snippets.

@JohnAlbin
Last active December 12, 2015 01:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohnAlbin/4691114 to your computer and use it in GitHub Desktop.
Save JohnAlbin/4691114 to your computer and use it in GitHub Desktop.
Sass is for Superman: Sass output styles
/**
* @file
* Sass is for Superman: Sass output styles
*
* Try changing the "Output Style" above to alter
* the CSS formatting when the Sass is compiled.
*/
.example {
/* This is a normal CSS comment. */
margin: 1.5em 0;
// This is a Sass-style comment.
.example__list {
margin: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment