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

wrong number of arguments (1 for 0) for `e' #45

Open
yestoall opened this issue Mar 23, 2012 · 11 comments
Open

wrong number of arguments (1 for 0) for `e' #45

yestoall opened this issue Mar 23, 2012 · 11 comments

Comments

@yestoall
Copy link

i'm using this gem for the first time and i have this error.

wrong number of arguments (1 for 0) for `e'
(in /Users/yestoall/Sites/kosas/app/assets/stylesheets/application.css.scss)

@axooh
Copy link

axooh commented Mar 26, 2012

Me too:

Syntax error: wrong number of arguments (1 for 0) for `e'
        on line 540 of /Library/Ruby/Gems/1.8/gems/compass_twitter_bootstrap-2.0.1.2/stylesheets/compass_twitter_bootstrap/_mixins.scss, in `buttonBackground'
        from line 19 of /Library/Ruby/Gems/1.8/gems/compass_twitter_bootstrap-2.0.1.2/stylesheets/compass_twitter_bootstrap/_buttons.scss
        from line 41 of /Library/Ruby/Gems/1.8/gems/compass_twitter_bootstrap-2.0.1.2/stylesheets/_compass_twitter_bootstrap.scss
        from line 2 of /Users/name/Sites/project/scss/style.scss

@guiceolin
Copy link

same here..
Any idea?

@chrisnicola
Copy link
Contributor

Try using the master branch for now. This has been fixed but not released. It's a problem that cropped up when Compass was updated to 0.12 I believe.

@kevinzen
Copy link

I resolved this by tying Compas back to "0.11.7".

@axooh
Copy link

axooh commented Mar 28, 2012

@LucisFerre I'm using the Ruby Gem and just found out, that the e()-fixes in buttons.scss and mixins.scss obviously aren't released as Gem yet. Thanks for your information.

@kevinzen
Copy link

Thanks.

I put

gem "compass_twitter_bootstrap", git: "https://github.com/vwall/compass-twitter-bootstrap.git"

in my Gemfile and that allowed worked with the lastest compass and compass-rails.

@fancyPerk
Copy link

I used kevinzen's tip like so:

gem "compass_twitter_bootstrap", :git => "https://github.com/vwall/compass-twitter-bootstrap.git"

Got it running after a fresh bundle install.

@Dumbris
Copy link

Dumbris commented Apr 17, 2012

See here hecbuma/compass-bootstrap#10
"you need to change e('...') to unquote('...')."
This works for me.

@ranska
Copy link

ranska commented Apr 30, 2012

gem "compass_twitter_bootstrap", :git => "https://github.com/vwall/compass-twitter-bootstrap.git"

work perfectly for me.

@paulkoegel
Copy link

please release a new version containing this fix asap - thank you!

@felipecsl
Copy link

+1
this worked better for me:

gem 'compass_twitter_bootstrap', git: "git://github.com/vwall/compass-twitter-bootstrap.git"

For some reason, bundle install failed for me with https there.. git worked better

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

10 participants