Skip to content

Instantly share code, notes, and snippets.

@jayontraps
Created June 26, 2014 21:04
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jayontraps/dee1da27b94f37c0768d to your computer and use it in GitHub Desktop.
Save jayontraps/dee1da27b94f37c0768d to your computer and use it in GitHub Desktop.
@mixin hover-focus-active() {
&:hover,
&:focus,
&:active { @content }
}
@ogbaoghene
Copy link

I had the same idea, but decided to include the option for combinations. Here's my [approach].(https://gist.github.com/840ad2a1b42cf7ff5d5e.git)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment