Sha256: 4dfd32935ea1d043c0af570b80687bcf634ded8ba616336259d0dff8ab650191
Contents?: true
Size: 238 Bytes
Versions: 1724
Compression:
Stored size: 238 Bytes
Contents
// Horizontal dividers // // Dividers (basically an hr) within dropdowns and nav lists @mixin nav-divider($color: #e5e5e5) { height: 1px; margin: (($line-height-computed / 2) - 1) 0; overflow: hidden; background-color: $color; }
Version data entries
1,724 entries across 1,650 versions & 71 rubygems