1

I have a sass/compass project. For the most part, the default setup is working. I have a sass folder and css folder at the same level in the site, so my main scss file compiles into /css, great. However, I need to create a separate scss file that I'd like to compile into /css/themes/blogs instead of the default /css folder. Not sure how to do this, or if it's practical.

Can you configure compile locations on a per-file basis and, if so, how?

1

1 Answer 1

1

Just place your blog sass files in /sass/themes/blogs/ and watch from /. As long as your files aren't prefixed with an _ they'll be generated in the corresponding location in the css directory (/css/themes/blogs/).

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks I wasn't aware it would maintain the hierarchy.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.