Skip to content

Instantly share code, notes, and snippets.

@ggamel
Created April 27, 2012 13:50
Show Gist options
  • Save ggamel/2509420 to your computer and use it in GitHub Desktop.
Save ggamel/2509420 to your computer and use it in GitHub Desktop.
CodeKit + Sass single-line comment strangeness
-BEFORE CK Sass compile-
.abc { color: purple; }/*! comment */
-AFTER CK Sass compile-
.abc {
color: purple; }
/* comment */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment