Sha256: 9124fd7bd2c169138c079610b35b7564bca514b2e86d1919d9fdd79731213ff0
Contents?: true
Size: 221 Bytes
Versions: 3
Compression:
Stored size: 221 Bytes
Contents
// Horizontal dividers // // Dividers (basically an hr) within dropdowns and nav lists @mixin nav-divider($color: $gray-20) { height: 1px; margin: ($spacer-y / 4) 0; overflow: hidden; background-color: $color; }
Version data entries
3 entries across 3 versions & 1 rubygems