summaryrefslogtreecommitdiffstats
path: root/src/_themes.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-06-21 23:07:50 +0200
committerVolpeon <git@volpeon.ink>2024-06-21 23:07:50 +0200
commit48cb00040763459fc46d4aa108bf72c12f48f422 (patch)
tree9609470d56bb31d55697ef0c42f1c908804dd3f1 /src/_themes.scss
parentUpdate (diff)
downloadiro-design-48cb00040763459fc46d4aa108bf72c12f48f422.tar.gz
iro-design-48cb00040763459fc46d4aa108bf72c12f48f422.tar.bz2
iro-design-48cb00040763459fc46d4aa108bf72c12f48f422.zip
WIP: Refactoring
Diffstat (limited to 'src/_themes.scss')
-rw-r--r--src/_themes.scss14
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}