Skip to content

Instantly share code, notes, and snippets.

@kpennell
Last active December 4, 2015 18:03
Show Gist options
  • Save kpennell/cce94b4907b4911cc2bc to your computer and use it in GitHub Desktop.
Save kpennell/cce94b4907b4911cc2bc to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
@mixin very-hidden {
text-indent: -9999px;
overflow: hidden;
white-space: nowrap;
text-decoration: none;
}
.class-a {
@include very-hidden;
}
.class-b {
@include very-hidden;
}
.class-c {
@include very-hidden;
}
.class-a {
text-indent: -9999px;
overflow: hidden;
white-space: nowrap;
text-decoration: none;
}
.class-b {
text-indent: -9999px;
overflow: hidden;
white-space: nowrap;
text-decoration: none;
}
.class-c {
text-indent: -9999px;
overflow: hidden;
white-space: nowrap;
text-decoration: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment