Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
|
- // All themes registered in `themes.config.js` must be imported here so their
- // `[data-theme="..."]` rules are present in the bundle and can be switched at
- // runtime by toggling the `data-theme` attribute on <html> (see preview.js).
- @use '../../_global/styles/theme-standard' as *;
- @use '../../_global/styles/theme-digitalblue' as *;
|