I am pushing my code to heroku with a production.rb enviroment file and 
when I open the css file that rails has created all css vendor prefixes 
have disappeared. May be sass-rails gem is doing something weird.

My css with development.rb http://pastebin.com/wbWwgvDG

    [layout-align="center center"], [layout-align="start center"],
    [layout-align="end center"], [layout-align="space-between center"],
    [layout-align="space-around center"] {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

My css with production.rb http://pastebin.com/0Tydqem2

    [layout-align="center center"], [layout-align="start center"],
    [layout-align="end center"], [layout-align="space-between center"],
    [layout-align="space-around center"] {
        align-items: center
    }

I have written to stackoverflow, and rails IRC but I don't get any help. 

What can be happening? Thanks! 

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/3bc94a48-46dc-42ca-9556-c26d78670f46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to