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