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

Version Path
compass-0.10.0.pre8 frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass
compass-0.10.0.pre7 frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass
compass-0.10.0.pre6 frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass
middleman-0.13.1 lib/middleman/vendor/gems/ruby/1.8/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass
middleman-0.13.1 lib/middleman/vendor/gems/ruby/1.9.1/gems/compass-0.10.0.pre4/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass
compass-0.10.0.pre5 frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass
compass-0.10.0.pre4 lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass
compass-0.10.0.pre3 lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass
middleman-0.12.2 lib/middleman/vendor/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass
middleman-0.12.1 lib/middleman/vendor/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass
middleman-0.12.0.pre3 lib/middleman/vendor/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass
middleman-0.12.0.pre2 lib/middleman/vendor/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass
compass-0.10.0.pre2 lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass
compass-0.10.0.pre1 lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass
compass-edge-0.9.5.0 lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass
compass-edge-0.9.4 lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass
compass-edge-0.9.3 lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass
compass-edge-0.9.2 lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass
compass-edge-0.9.1 lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass
compass-edge-0.10.0.pre lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass