anjlab / bootstrap-rails

Twitter Bootstrap CSS (with Sass flavour) and JS toolkits for Rails 3 projects
https://github.com/anjlab/bootstrap-rails
729 stars 96 forks source link

Remove comment that causes Invalid US-ASCII character "\xC2" #67

Closed vinceve closed 11 years ago

vinceve commented 11 years ago

FIx Invalid US-ASCII character "\xC2"

vinceve commented 11 years ago

This didn't seem to fix the problem. Adding

@charset "UTF-8"; to my css manifest file did.