$THEME->sheets doesn't load my styles

Ang: Odp: $THEME->sheets doesn't load my styles

by Preben Pedersen -
Number of replies: 0
Hi Mariusz

I have my own custom theme based on Boost.

In my config.php file, I point to my SCSS folder:

$THEME->scss = function($theme) {
return theme_THEMENAME_get_main_scss_content($theme);
};

And in that folder, i got subfolders for my other stylesheets, and moodle.scss in which i import the other stylesheets with:
@import "FOLDER/STYLESHEET";

I guess there might be other ways to do it aswell.

All my stylesheet files are in .scss