module Sass::Plugin::Configuration
def options=(value)
-
value
({Symbol => Object}
) -- The options hash
Deprecated:
- Instead, modify the options hash in-place.
def options=(value) Sass::Util.sass_warn("Setting Sass::Plugin.options is deprecated " + "and will be removed in a future release.") options.merge!(value) end