Skip to content

Instantly share code, notes, and snippets.

@justmarkup
Created September 8, 2015 08:46
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 justmarkup/2f466a5fc2afe468da14 to your computer and use it in GitHub Desktop.
Save justmarkup/2f466a5fc2afe468da14 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="background"></div>
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
@mixin q-title() {
font-size: 20px;
line-height: 24px;
}
h1 {
@include q-title
();
}
Undefined mixin 'q-title
'.
<div class="background"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment