marchamon

Results 2 comments of marchamon

Here's what I did to switch easily between dark and light themes using the basic theming: First, update your scss files this way: ``` @use 'sass:color'; @use '@material/theme/color-palette'; // Svelte...

> Thank you @marchamon. I think I've got your idea. But it seems that you originally have only one scss file, right? Since with the steps that I done (in...