Sha256: f6eaf7503f0feab505ae43be8315d066fa21470389fdc4b1ce818430302d5008
Contents?: true
Size: 528 Bytes
Versions: 13
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) * -!height) - ((!col - 1) * !margin) !y = ((!row - 1) * -!width) - ((!row - 1) * !margin) :background= image_url(!img) "no-repeat" !x !y :width= !width :height= !height :overflow hidden
Version data entries
13 entries across 13 versions & 1 rubygems