jellybob / activo-rails

Activo is a theme for Web-app-theme, Formtastic and Attrtastic. This is a Rails plugin to make it painfully easy to use.
http://dmfrancisco.github.com/activo/
MIT License
42 stars 8 forks source link

Rails 3.1 production error on CSS compile #25

Open fabiokr opened 12 years ago

fabiokr commented 12 years ago

I was trying to run my project in production mode, and in that mode a css compilation error ocours with this message:

ActionView::Template::Error (Invalid CSS after "...: alpha(opacity": expected comma, was ":0);"

It turns out that both Jquery-UI and Uniform uses alpha opacity and are causing the compilation problem. As I was not using them in my project, I just removed them from my fork, but I think this is something to take a look.

defmthd commented 12 years ago

Change opacity:0 to opacity=0 in your CSS to resolve this.

cthiel commented 12 years ago

https://github.com/jellybob/activo-rails/pull/26/files has this fixed.