Sha256: f764b6631dc8c3f5f7efe535535f64b8b4462d62eb1585a3c6717ea03590f595

Contents?: true

Size: 139 Bytes

Versions: 7

Compression:

Stored size: 139 Bytes

Contents

module Sass::Script::Functions

  def image_url(path)
     Sass::Script::String.new("url(#{File.join("/images", path.value)})")
  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
half-pipe-0.3.0.alpha.1 lib/sass/half_pipe_functions.rb
half-pipe-0.2.4 lib/sass/half_pipe_functions.rb
half-pipe-0.2.3 lib/sass/half_pipe_functions.rb
half-pipe-0.2.2 lib/sass/half_pipe_functions.rb
half-pipe-0.2.1 lib/sass/half_pipe_functions.rb
half-pipe-0.2.0 lib/sass/half_pipe_functions.rb
half-pipe-0.1.0 lib/sass/half_pipe_functions.rb