Sha256: 4d91f7a7c02612de09d6e5f02a2b542992c2e0ae0261f0ccacd08216aa50c86d
Contents?: true
Size: 489 Bytes
Versions: 13
Compression:
Stored size: 489 Bytes
Contents
// ------------------------------------------------------------------- // // Breadcrumbs // // Must be extended in the ul of the breadcrumbs // Adds auto-magical separators // ------------------------------------------------------------------- // // Simple breadcrumb ">" %breadcrumb{ & > li + li:before{ content:"\00BB" "\00A0"; } } // Path breadcrumb "/" %breadcrumb--path{ & > li + li:before{ content:"\002F" "\00A0"; } } %breadcrumb__root{ font-weight:bold; }
Version data entries
13 entries across 13 versions & 1 rubygems