I'm developing a rails application and I've issue when run site on IE9. All of sass files not working on IE. If I want the site run on IE9, I've sort sass files in application.scss.
I don't know why. I have been work with other rails applications in the past, this is the first time sass files require sorted.
So, is there anyone like me? Please help me.
Detail about my application:
- Rails 4
- Sass 3.2
- Foundation framework latest version 5.2
- Slim template
Ps: I've added respond.js and html5shiv.js into layout/application
.