Skip to content

Instantly share code, notes, and snippets.

@whatjackhasmade
Last active June 6, 2017 09:24
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 whatjackhasmade/e0c41598a514ddccce34233ee2aa9224 to your computer and use it in GitHub Desktop.
Save whatjackhasmade/e0c41598a514ddccce34233ee2aa9224 to your computer and use it in GitHub Desktop.
Mixin - Active States
/*/////////////////////////////////////////
/// ACTIVE STATES
*/////////////////////////////////////////
@mixin active-states() {
&:hover,
&:focus,
&:active { @content }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment