module Sass::Plugin::Configuration

def options

Returns:
  • ({Symbol => Object}) -
def options
  @options ||= default_options.dup
end