6 7 8
# File 'lib/remote-sass.rb', line 6 def location @location end
10 11 12 13
# File 'lib/remote-sass.rb', line 10 def location= location @location = location Sass.load_paths << Sass::Importers::HTTP.new(location) end