Sha256: f7999bf01cd0a2d117af58aacee7958bd0d06d62cdc7537ae0c446c2a5b2669f
Contents?: true
Size: 309 Bytes
Versions: 11
Compression:
Stored size: 309 Bytes
Contents
// from https://github.com/FortAwesome/Font-Awesome/issues/213 @mixin glyphicon($name, $float: none) { &:before { @extend .glyphicon; float: $float; } @extend .glyphicon-#{$name}; } @mixin fa($name, $float: none) { &:before { float: $float; @extend .fa; } @extend .fa-#{$name}; }
Version data entries
11 entries across 11 versions & 2 rubygems