Skip to content

Instantly share code, notes, and snippets.

@robwierzbowski
Last active November 2, 2017 02:35
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 robwierzbowski/b72861276e1d6b99e1c34871ae0d5f67 to your computer and use it in GitHub Desktop.
Save robwierzbowski/b72861276e1d6b99e1c34871ae0d5f67 to your computer and use it in GitHub Desktop.
Example element rulesets
.userSummary {
/* element rules */
}
.image {
/* element rules */
}
.firstName,
.lastName {
/* shared element rules */
}
.firstName {
/* element rules */
}
.lastName {
/* element rules */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment