Sha256: f892d41bee6b15e8dcbd3602e56a4bc65c1526caf322a46675571db792179f63
Contents?: true
Size: 705 Bytes
Versions: 68
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
68 entries across 68 versions & 9 rubygems