module Sass::Plugin

def add_template_location(template_location, css_location = options[:css_location])

Parameters:
  • css_location (String) -- The location where compiled CSS files will go.
  • template_location (String) -- The location where Sass/SCSS files will be.
def add_template_location(template_location, css_location = options[:css_location])
  normalize_template_location!
  template_location_array << [template_location, css_location]
end