# File lib/compass/browser_support.rb, line 53 def supports?(function, aspect) SIMPLE_FUNCTIONS.has_key?(function.to_s) && SIMPLE_FUNCTIONS[function.to_s].include?(aspect.to_s) end