You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

6 lines
336 B

  1. // All themes registered in `themes.config.js` must be imported here so their
  2. // `[data-theme="..."]` rules are present in the bundle and can be switched at
  3. // runtime by toggling the `data-theme` attribute on <html> (see preview.js).
  4. @use '../../_global/styles/theme-standard' as *;
  5. @use '../../_global/styles/theme-digitalblue' as *;