Skip to content

Instantly share code, notes, and snippets.

@antife-yinyue
Last active August 29, 2015 14:01
Show Gist options
  • Save antife-yinyue/828587ab15a83f7d738d to your computer and use it in GitHub Desktop.
Save antife-yinyue/828587ab15a83f7d738d to your computer and use it in GitHub Desktop.
@import 'base.sass/+';
// Specify supports
$browser-supports: parse-rules('last 5 versions');
.fn-clear {
@include clearfix;
}
.fn-left {
@include float(left, true);
}
.fn-right {
@include float(right, true);
}
.fn-show {
display: block !important;
}
.fn-hide {
display: none !important;
}
.fn-invisible {
visibility: hidden !important;
}
.fn-text-overflow {
@include ellipsis-overflow;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment