Skip to content

Instantly share code, notes, and snippets.

@MThakkar121
Created July 31, 2019 10:04
Show Gist options
  • Save MThakkar121/7544a6f9a91d15d09faf4fe2a9965406 to your computer and use it in GitHub Desktop.
Save MThakkar121/7544a6f9a91d15d09faf4fe2a9965406 to your computer and use it in GitHub Desktop.
comments in sass
// This comment won't be included in the CSS.
This is also commented out.
/* But this comment will, except in compressed mode.
/* It can also contain interpolation:
1 + 1 = #{1 + 1}
/*! This comment will be included even in compressed mode.
p .sans
font: Helvetica, /* Inline comments must be closed. */ sans-serif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment