Skip to content

Instantly share code, notes, and snippets.

@mirisuzanne
Created May 15, 2015 20:27
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 mirisuzanne/8f7eacac22087abbc3ac to your computer and use it in GitHub Desktop.
Save mirisuzanne/8f7eacac22087abbc3ac to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
.test {
-quotes: 'this-string' == 'this-string';
-quotes: this-string == 'this-string';
-quotes: 'this-string' == "this-string";
-quotes: 'this-string' == '"this-string"';
-quotes: '"this-string"' == "'this-string'";
}
.test {
-quotes: true;
-quotes: true;
-quotes: true;
-quotes: false;
-quotes: false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment