module Sass::Plugin::Configuration

def default_options

Returns:
  • ({Symbol => Object}) -
def default_options
  @default_options ||= {
    :css_location       => './public/stylesheets',
    :always_update      => false,
    :always_check       => true,
    :full_exception     => true,
    :cache_location     => ".sass-cache"
  }.freeze
end