Module: Sass::Script::Functions

Defined in:
lib/awestruct/sassable.rb

Instance Method Summary collapse

Instance Method Details

#site(path) ⇒ Object



6
7
8
9
# File 'lib/awestruct/sassable.rb', line 6

def site(path)
  site = options[:custom]
  Sass::Script::String.new(site.send(path.value.to_s).to_s)
end