Sha256: 143bf3150d93fd661e6b5931cab968738769930fc8d2e3e6b4bcb9f40959b2f6
Contents?: true
Size: 430 Bytes
Versions: 40
Compression:
Stored size: 430 Bytes
Contents
/*------------------------------------ List Style Types ------------------------------------*/ .g-list-style { &-circle { list-style-type: circle; } &-square { list-style-type: square; } &-lower-roman { list-style-type: lower-roman; } &-upper-roman { list-style-type: upper-roman; } &-lower-latin { list-style-type: lower-latin; } &-upper-latin { list-style-type: upper-latin; } }
Version data entries
40 entries across 40 versions & 1 rubygems