You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The percent of users relying on a particular prefixdefprefix_usage(prefix,capability,capability_options)assert_typeprefix,:Stringassert_typecapability,:Stringnumber(Compass::Core::CanIUse.instance.prefixed_usage(prefix.value,capability.value,unbox_capability_options_list(capability_options)))rescueArgumentError=>eraiseSass::SyntaxError.new(e.message)enddeclare(:prefix_usage,[:prefix,:capability])
I'm not familiar with ruby but I agree some of the mixins here could use some updating.
Perhaps the Compass mixin files in this repo are now out of date with existing Compass mixins?
I took the mixin
input-placeholder
from Compass and put it in my own file and it then complains about:Error: no mixin named with-each-prefix
The text was updated successfully, but these errors were encountered: