Sha256: e8ce908cb5a8f7c6effe70d85c755bdc64aa36cbf6eb59481283ce180ef960d2

Contents?: true

Size: 223 Bytes

Versions: 46

Compression:

Stored size: 223 Bytes

Contents

module Sass::Script::Functions
  def sprite_relative(string)
    assert_type string, :String
    Sass::Script::String.new(string.value.sub("app/assets/sprites/",""))
  end
  declare :sprite_relative, :args => [:string]
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
iugu-ux-1.0.25 sandbox/lib/sass/sprite_relative.rb
iugu-ux-1.0.24 sandbox/lib/sass/sprite_relative.rb
iugu-ux-1.0.23 sandbox/lib/sass/sprite_relative.rb
iugu-ux-1.0.22 sandbox/lib/sass/sprite_relative.rb
iugu-ux-1.0.21 sandbox/lib/sass/sprite_relative.rb
iugu-ux-1.0.20 sandbox/lib/sass/sprite_relative.rb
iugu-ux-1.0.19 sandbox/lib/sass/sprite_relative.rb
iugu-ux-1.0.18 sandbox/lib/sass/sprite_relative.rb
iugu-ux-1.0.17 sandbox/lib/sass/sprite_relative.rb
iugu-ux-1.0.16 sandbox/lib/sass/sprite_relative.rb
iugu-ux-1.0.15 sandbox/lib/sass/sprite_relative.rb
iugu-ux-1.0.14 sandbox/lib/sass/sprite_relative.rb
iugu-ux-1.0.13 sandbox/lib/sass/sprite_relative.rb
iugu-ux-1.0.12 sandbox/lib/sass/sprite_relative.rb
iugu-ux-1.0.11 sandbox/lib/sass/sprite_relative.rb
iugu-ux-1.0.10 sandbox/lib/sass/sprite_relative.rb
iugu-ux-1.0.9 sandbox/lib/sass/sprite_relative.rb
iugu-ux-1.0.8 sandbox/lib/sass/sprite_relative.rb
iugu-ux-1.0.7 sandbox/lib/sass/sprite_relative.rb
iugu-ux-1.0.6 sandbox/lib/sass/sprite_relative.rb