|
1 | 1 | // DO NOT IMPORT THIS FILE ANYWHERE ELSE |
2 | 2 |
|
3 | 3 | @use 'sass:meta'; |
4 | | -@use 'global'; |
5 | | -@use 'theme' as daff-theme; |
| 4 | +@use '@daffodil/design/scss/global'; |
| 5 | +@use '@daffodil/design/scss/theme' as daff-theme; |
6 | 6 | @use './component-themes' as daffio-components; |
| 7 | +@use '@daffodil/design/scss/theming/default' as daff-default-theme; |
7 | 8 |
|
8 | 9 | // @daffodil/branding |
9 | 10 | @use '@daffodil/branding/scss/component-themes' as branding; |
|
17 | 18 |
|
18 | 19 | @include meta.load-css('highlight.js/scss/a11y-light'); |
19 | 20 |
|
20 | | - @include branding.daff-branding-theme(daff-theme.$theme); |
21 | | - @include daff-theme.daff-component-themes(daff-theme.$theme); |
22 | | - @include daffio-components.component-themes(daff-theme.$theme); |
23 | | - @include docs.daff-docs-component-themes(daff-theme.$theme); |
| 21 | + @include branding.daff-branding-theme(daff-default-theme.$theme); |
| 22 | + @include daff-theme.daff-component-themes(daff-default-theme.$theme); |
| 23 | + @include daffio-components.component-themes(daff-default-theme.$theme); |
| 24 | + @include docs.daff-docs-component-themes(daff-default-theme.$theme); |
24 | 25 | } |
25 | 26 |
|
26 | 27 | .daff-theme-dark { |
|
29 | 30 |
|
30 | 31 | @include meta.load-css('highlight.js/scss/a11y-dark'); |
31 | 32 |
|
32 | | - @include branding.daff-branding-theme(daff-theme.$theme-dark); |
33 | | - @include daff-theme.daff-component-themes(daff-theme.$theme-dark); |
34 | | - @include daffio-components.component-themes(daff-theme.$theme-dark); |
35 | | - @include docs.daff-docs-component-themes(daff-theme.$theme-dark); |
| 33 | + @include branding.daff-branding-theme(daff-default-theme.$theme-dark); |
| 34 | + @include daff-theme.daff-component-themes(daff-default-theme.$theme-dark); |
| 35 | + @include daffio-components.component-themes(daff-default-theme.$theme-dark); |
| 36 | + @include docs.daff-docs-component-themes(daff-default-theme.$theme-dark); |
36 | 37 | } |
37 | 38 |
|
38 | 39 | body { |
|
0 commit comments