For example, a module with a basic volume breaking configuration.
It's probably most flexible if these modules are implemented as SCSS partials (these are files that are intended to be imported in a base style sheet, and not compiled separately), so that they can use variables, contain mixins etc. Possibly the partial could be complemented with a standalone style sheet that imports the partial with some default settings (e.g. _volumes.scss + volumes.scss), so that it can also be used as an item in the stylesheet script option.
For example, a module with a basic volume breaking configuration.
It's probably most flexible if these modules are implemented as SCSS partials (these are files that are intended to be imported in a base style sheet, and not compiled separately), so that they can use variables, contain mixins etc. Possibly the partial could be complemented with a standalone style sheet that imports the partial with some default settings (e.g.
_volumes.scss
+volumes.scss
), so that it can also be used as an item in thestylesheet
script option.