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

Rails 3.1 production error on CSS compile #25

Open
fabiokr opened this issue Aug 22, 2011 · 2 comments
Open

Rails 3.1 production error on CSS compile #25

fabiokr opened this issue Aug 22, 2011 · 2 comments

Comments

@fabiokr
Copy link

fabiokr commented Aug 22, 2011

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
Copy link

defmthd commented Sep 20, 2011

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

@cthiel
Copy link

cthiel commented Sep 20, 2011

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

3 participants