Module: BigBand::Compass::InstanceMethods

Defined in:
lib/big_band/compass.rb

Instance Method Summary collapse

Instance Method Details

#compass(file, options = {}) ⇒ Object



55
56
57
58
# File 'lib/big_band/compass.rb', line 55

def compass(file, options = {})
  options.merge! ::Compass.sass_engine_options
  sass file, options
end

#stylesheet(*args) ⇒ Object

Raises:

  • (NotImplementedError)


59
60
61
# File 'lib/big_band/compass.rb', line 59

def stylesheet(*args)
  raise NotImplementedError, "yet to be implemented"
end