Sha256: a034ad38aafda5e5c171d0b168caa3b6f30d595db5aff0b29c18f72e1ef635fe
Contents?: true
Size: 268 Bytes
Versions: 8
Compression:
Stored size: 268 Bytes
Contents
// we use a content block in the basic icon mixin @mixin icon-base($colour, $size, $float:none) { @content; &:before { @extend .fa; font-size: $size; color: $colour; text-decoration: none; width: auto; height: auto; float: $float; } }
Version data entries
8 entries across 8 versions & 1 rubygems