You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: