diff --git a/core/lib/compass/core/caniuse.rb b/core/lib/compass/core/caniuse.rb index 7ff6652c32..8c7ee70155 100644 --- a/core/lib/compass/core/caniuse.rb +++ b/core/lib/compass/core/caniuse.rb @@ -69,7 +69,7 @@ def all_prefixes(browser) end # returns the prefixes needed by the list of browsers given - def prefixes(browsers = browsers) + def prefixes(browsers = browsers()) result = browsers.map{|b| all_prefixes(b) } result.flatten! result.uniq!