i have 'reset.css' and added it to app/assets/stylesheets, and application.css automatically includes it in my every pages. but then I added 'pages' controller, the reset.css is bumped to last.
can i have some sort of control in organizing my css in assets directory?
You can change loading order in application.css
/*
*= require reset
*= require_self
*= require_tree .
*/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With