Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compass Error #18

Closed
spascalb opened this issue Jun 15, 2014 · 2 comments
Closed

Compass Error #18

spascalb opened this issue Jun 15, 2014 · 2 comments

Comments

@spascalb
Copy link

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?

@juliancwirko
Copy link
Owner

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 :)

@spascalb
Copy link
Author

Thanks
after foundation scss imports and
before @import "appstyles"
It works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants