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