Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 

6 рядки
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 *;