skip to Main Content

Svelte SMUI, retrieve theme colors in javascript – CSS

I am using SMUI with svelte and in SCSS I have set the theme colors: @use 'sass:color'; @use '@material/theme/color-palette'; @use '@material/theme/index' as theme with ( $primary: #ef8611, $secondary: color.scale(#8aace1, $lightness: 90%), $surface: #333, $background: #fff, $error: color-palette.$red-900 ); The value…

VIEW QUESTION
Back To Top
Search