Sha256: cd80dca216cec4eca4f2a5ea2a430bf36c1b213139d8a3bc22270e0fff2a5b50
Contents?: true
Size: 261 Bytes
Versions: 287
Compression:
Stored size: 261 Bytes
Contents
// Horizontal dividers // // Dividers (basically an hr) within dropdowns and nav lists @mixin nav-divider($color: $nav-divider-color, $margin-y: $nav-divider-margin-y) { height: 0; margin: $margin-y 0; overflow: hidden; border-top: 1px solid $color; }
Version data entries
287 entries across 285 versions & 41 rubygems