module RemoteSass

Public Class Methods

location() click to toggle source
# File lib/sassmagic/remote.rb, line 6
def location
  @location
end
location=(location) click to toggle source
# File lib/sassmagic/remote.rb, line 10
def location= location
  @location = location
  Sass.load_paths << Sass::Importers::HTTP.new(location)
end