Sha256: d45bf181de4d783ac0fa0d6c426322f28cd92f8e09c70014d9c07557f2dab8b7
Contents?: true
Size: 464 Bytes
Versions: 52
Compression:
Stored size: 464 Bytes
Contents
/*------------------------------------*\ #LIST-BARE \*------------------------------------*/ /** * The list-bare object simply removes any indents and bullet points from lists. */ // Predefine the variables below in order to alter and enable specific features. $inuit-list-bare-namespace: $inuit-namespace !default; .#{$inuit-list-bare-namespace}list-bare, %#{$inuit-list-bare-namespace}list-bare { margin: 0; padding: 0; list-style: none; }
Version data entries
52 entries across 52 versions & 3 rubygems