diff options
Diffstat (limited to 'src/_themes.scss')
| -rw-r--r-- | src/_themes.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/_themes.scss b/src/_themes.scss new file mode 100644 index 0000000..72562c0 --- /dev/null +++ b/src/_themes.scss | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | @use 'iro-sass/src/index' as iro; | ||
| 2 | @use 'functions' as fn; | ||
| 3 | |||
| 4 | @include iro.bem-theme('base') { | ||
| 5 | background-color: fn.global-color(--bg-base); | ||
| 6 | } | ||
| 7 | |||
| 8 | @include iro.bem-theme('l1') { | ||
| 9 | background-color: fn.global-color(--bg-l1); | ||
| 10 | } | ||
| 11 | |||
| 12 | @include iro.bem-theme('l2') { | ||
| 13 | background-color: fn.global-color(--bg-l2); | ||
| 14 | } | ||
