Advertisement
Guest User

Untitled

a guest
Jul 7th, 2014
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # Workaround Compass bug
  2. module Compass::SassExtensions::Functions::Sprites
  3. def sprite_path(map)
  4. Sass::Script::String.new(map.filename)
  5. end
  6. Sass::Script::Functions.declare :sprite_path, [:map]
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement