class Tilt::ScssTemplate

Sass's new .scss type template implementation.

Private Instance Methods

sass_options() click to toggle source
# File lib/tilt/css.rb, line 38
def sass_options
  options.merge(:filename => eval_file, :line => line, :syntax => :scss)
end