vwall / compass-twitter-bootstrap

The twitter bootstrap ported to compass
722 stars 119 forks source link

Fix for escape function e() carryover from the less source code. #42

Closed digerata closed 12 years ago

digerata commented 12 years ago

This just eliminates the e() function altogether.

chrisnicola commented 12 years ago

Hmm, this doesn't seem to fix anything for me.

Using compass: 0.12.1 and commit c4155a3 I still get this error:

wrong number of arguments (1 for 0) for `e'                                                              
  (in /Users/chnicola/src/ticktalking/app/assets/stylesheets/application.css.scss)            
/Users/chnicola/.rvm/gems/ruby-1.9.3-p125/bundler/gems/compass-twitter-bootstrap-c4155a3a732d/stylesheets/              
compass_twitter_bootstrap/_modals.scss:48:in `transition'   
/Users/chnicola/.rvm/gems/ruby-1.9.3-p125/bundler/gems/compass-twitter-bootstrap-c4155a3a732d/stylesheets/
compass_twitter_bootstrap/_modals.scss:48 
skyeagle commented 12 years ago

He has missed the one occurrence. Here is the fixed PR