Sha256: 27e717d1019cbcf7d1abad82deb2c405725bd050d8daa59d221ca363f9777374

Contents?: true

Size: 611 Bytes

Versions: 22

Compression:

Stored size: 611 Bytes

Contents

// Turn off the bullet for an element of a list
=no-bullet
  list-style-type: none
  margin-left: 0px

// turns off the bullets for an entire list
=no-bullets
  li
    +no-bullet

// Make a list(ul/ol) have an image bullet
// mixin should be used like this for an icon that is 5x7:
// ul.pretty
//   +pretty-bullets("my-icon.png", 5px, 7px)
=pretty-bullets(!bullet_icon, !width, !height, !line_height = 18px, !padding = 14px)
  margin-left: 0
  li
    padding-left= !padding
    background= image_url(!bullet_icon) "no-repeat" ((!padding - !width) / 2) ((!line_height - !height) / 2)
    list-style-type: none

Version data entries

22 entries across 21 versions & 3 rubygems

Version Path
compass-0.10.0.rc1 frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass
compass-0.10.0.pre9 frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass
compass-0.10.0.pre8 frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass
compass-0.10.0.pre7 frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass
compass-0.10.0.pre6 frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass
middleman-0.13.1 lib/middleman/vendor/gems/ruby/1.8/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.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/_bullets.sass
compass-0.10.0.pre5 frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass
compass-0.10.0.pre4 lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass
compass-0.10.0.pre3 lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass
middleman-0.12.2 lib/middleman/vendor/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass
middleman-0.12.1 lib/middleman/vendor/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass
middleman-0.12.0.pre3 lib/middleman/vendor/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass
middleman-0.12.0.pre2 lib/middleman/vendor/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass
compass-0.10.0.pre2 lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass
compass-0.10.0.pre1 lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass
compass-edge-0.9.5.0 lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass
compass-edge-0.9.4 lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass
compass-edge-0.9.3 lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass
compass-edge-0.9.2 lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass