apps/demo/src/scss/styles.scss
// DO NOT IMPORT THIS FILE ANYWHERE ELSE
// If you do, you will increase the final size of the css
// footprint for each import. Obviously, this is undesirable.
@use 'global';
@use 'demo-theme';
@use 'theme' as daff-theme;
@include daff-theme.daff-theme(demo-theme.$theme);