module Middleman::Sass::Functions

def map_options(options={}) # :nodoc:

:nodoc:
and the values are unwrapped Sass literals.
Returns an options hash where the keys are symbolized
def map_options(options={}) # :nodoc:
  # ::Sass::Util.map_hash(options) do |key, value|
  #   [key.to_sym, value.respond_to?(:value) ? value.value : value]
  # end
  options[:current_resource] = current_resource
  options
end