Sha256: 96e89f34cc8bfcbeb78c651ccd74fb51abcff602c410e3a421eb80f62c7418ee
Contents?: true
Size: 705 Bytes
Versions: 20
Compression:
Stored size: 705 Bytes
Contents
// makes a list inline. =inline-list list-style-type: none margin: 0px padding: 0px display: inline li margin: 0px padding: 0px display: inline // makes an inlin list that is comma delimited. // use of this recipe is not recommended at this time due to browser support issues. // // use of :content and :after is not fully supported in all browsers. // See http://www.quirksmode.org/css/contents.html#t15 for the support matrix // // :last-child is not fully supported // see http://www.quirksmode.org/css/contents.html#t29 for the support matrix =comma-delimited-list +inline-list li &:after content: ", " &:last-child, &.last &:after content: ""
Version data entries
20 entries across 19 versions & 3 rubygems