Sha256: 5bdd5100ff81138c48111dbc23326d85afeab867bfd8eb503d1640addc84e302
Contents?: true
Size: 528 Bytes
Versions: 14
Compression:
Stored size: 528 Bytes
Contents
!sprite_image_default_width ||= 32px !sprite_image_default_height ||= 32px !sprite_image_default_margin ||= 0px // Simplest use: +sprite-img("icons-32.png", 1) =sprite-img(!img, !col, !row = 1, !width = !sprite_image_default_width, !height = !sprite_image_default_height, !margin = !sprite_image_default_margin) !x = ((!col - 1) * -!width) - ((!col - 1) * !margin) !y = ((!row - 1) * -!height) - ((!row - 1) * !margin) :background= image_url(!img) "no-repeat" !x !y :width= !width :height= !height :overflow hidden
Version data entries
14 entries across 14 versions & 4 rubygems