Skip to content

Instantly share code, notes, and snippets.

@airen
Created April 27, 2015 07:40
Show Gist options
  • Save airen/daf6872683f1cf8e3440 to your computer and use it in GitHub Desktop.
Save airen/daf6872683f1cf8e3440 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<a class="btn">default</a>
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
@mixin tab-focus() {
// Default
outline: thin dotted;
// WebKit
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:fouse {
@include tab-focus;
}
.btn:fouse {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
<a class="btn">default</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment