Skip to content

Instantly share code, notes, and snippets.

@JohnAlbin
Last active December 22, 2015 08:49
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/6448077 to your computer and use it in GitHub Desktop.
Save JohnAlbin/6448077 to your computer and use it in GitHub Desktop.
Sass & Compass, Preface: A quick example of SassMeister
// Sass (v3.2.10)
// Compass (v0.13.alpha.4)
.cool {
.pretty & {
.huh {
content: "\m/";
}
}
}
/* Note: I'll explain the & operator in Chapter 3. */
.pretty .cool .huh {
content: "\m/";
}
/* Note: I'll explain the & operator in Chapter 3. */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment