# File lib/compass/sass_extensions/monkey_patches/browser_support.rb, line 7 def supports?(aspect) return true if Compass::BrowserSupport.supports?(name, aspect) children.any? {|child| child.respond_to?(:supports?) && child.supports?(aspect) } end