We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7392898 + 629a380 commit dc53afcCopy full SHA for dc53afc
core/lib/compass/core/caniuse.rb
@@ -69,7 +69,7 @@ def all_prefixes(browser)
69
end
70
71
# returns the prefixes needed by the list of browsers given
72
- def prefixes(browsers = browsers)
+ def prefixes(browsers = browsers())
73
result = browsers.map{|b| all_prefixes(b) }
74
result.flatten!
75
result.uniq!
0 commit comments