compass

How to compile to another filename with Compass, instead of screen.css

Submitted by piofernandes on Wed, 07/24/2019 - 12:12

In Drupal it comes to subtheming, if we subtheme using the same CSS filename as the parent's css file, the parent's file is ignored. applying the following to config.rb 

when using sass + compass for development, will allow to output to a different filename, And this way we are ok to use both stylesheets, from the subtheme and the parent theme.

 

Tags