Skip to content

Instantly share code, notes, and snippets.

@ericorruption
Created June 15, 2016 20:06
Show Gist options
  • Save ericorruption/6e262e4bd080d812924356afd24c150e to your computer and use it in GitHub Desktop.
Save ericorruption/6e262e4bd080d812924356afd24c150e to your computer and use it in GitHub Desktop.
scope-specific styles
// This class is used as wrapper for user-generated content.
.c-scope {
h2 {
}
p {
}
ul,
ol {
}
li {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment