How can I configure SASS to compile specific stylesheets into a separate desktop and mobile version?

Normally you And application. Scss looks like: *= require_self *= require_tree Instead of sprocket's manifest for require files, use sass's includes. To still use application.

Scss, remove the line *= require_tree So /app/assets/stylesheets/mobile. Scss @import "bootstrap/bootstrap. Scss"; @import "typography.

Scss"; body { padding-top: 60px; } And you'd do the same for desktop.scss. Note: you'll have to manually add each file you want to import.

Excellent. Thanks for the answer. Yes, I had forgotten about the manifest area at the top of application.

Scss – Josh Lehman Nov 2 at 18:21.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions