Sha256: 18e291aea72e646b6a76b68c79284fa2b34a38878d0b7f16650e95680342b0d1
Contents?: true
Size: 220 Bytes
Versions: 239
Compression:
Stored size: 220 Bytes
Contents
// Horizontal dividers // // Dividers (basically an hr) within dropdowns and nav lists @mixin nav-divider($color: #e5e5e5) { height: 0; margin: ($spacer / 2) 0; overflow: hidden; border-top: 1px solid $color; }
Version data entries
239 entries across 237 versions & 16 rubygems