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
It looks like it. I tried including input-placeholder which was in _user-interface.scss from Compass which also includes _support.scss instead of _shared.scss. I took the whole _support.scss from Compass again (because it was giving me the same error as the one you mentioned) and replaced with it and I found out that _support.scss actually relied on some of ruby's "monkey-patched" functions from https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/cross_browser_support.rb#L173-L182
# 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: