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
Syntax error: Mixin experimental takes 0 arguments but 8 were passed.
on line 49 of /Users/Username/.rvm/gems/ruby-2.0.0-p195/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/css3/_box-shadow.scss, in `experimental'
from line 49 of /Users/Username/.rvm/gems/ruby-2.0.0-p195/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/css3/_box-shadow.scss, in `box-shadow'
from line 74 of /Users/Username/.rvm/gems/ruby-2.0.0-p195/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/css3/_box-shadow.scss, in `single-box-shadow'
from line 49 of app/scss/app.scss
Use --trace for backtrace.
Warning: Exited with error code 1 Use --force to continue.
It is ok with text-shadow mixin of compass.
I did uninstall compass and sass and reinstall with gem install compass.
Run with compass(y) and font awesome(y).
Make Bourbon as an option?
The text was updated successfully, but these errors were encountered:
Hi, try to import your compass mixins after foundation scss imports so for example in app.scss when I want box-shadow mixin I will put it before @import "appstyles";
(...) - foundation imports (...)
@import "compass/css3/box-shadow";
@import "appstyles";
should work..
I will test Bourbon and see if this is good idea :)
It is ok with
text-shadow
mixin of compass.I did uninstall compass and sass and reinstall with
gem install compass
.Run with compass(y) and font awesome(y).
Make Bourbon as an option?
The text was updated successfully, but these errors were encountered: