Looking for suggestions on the most effective way to incorporate dark mode and light mode into my bootstrap 4 (scss) angular application. Since the Angular cli compiles scss files, I'm not keen on the traditional method of using separate css files for each theme. Should I set a body class and apply .dark / .light classes throughout my scss files? Or maybe use mixins? Perhaps utilize bootstrap color themes? Any thoughts or ideas are appreciated!