diff options
author | Volpeon <git@volpeon.ink> | 2024-10-20 11:27:12 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-10-20 11:27:12 +0200 |
commit | 6a332a1def2eb2a27de63462ffc1c62c794dedf8 (patch) | |
tree | b8e2c13f18ee26e3a56666d9c204657732281afb /src/scopes/_tables.scss | |
parent | Allow removing of theme variants in config (diff) | |
download | iro-design-6a332a1def2eb2a27de63462ffc1c62c794dedf8.tar.gz iro-design-6a332a1def2eb2a27de63462ffc1c62c794dedf8.tar.bz2 iro-design-6a332a1def2eb2a27de63462ffc1c62c794dedf8.zip |
Fix props imports
Diffstat (limited to 'src/scopes/_tables.scss')
-rw-r--r-- | src/scopes/_tables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scopes/_tables.scss b/src/scopes/_tables.scss index b76baa3..54e3a12 100644 --- a/src/scopes/_tables.scss +++ b/src/scopes/_tables.scss | |||
@@ -1,6 +1,6 @@ | |||
1 | @use 'sass:meta'; | 1 | @use 'sass:meta'; |
2 | @use 'iro-sass/src/iro-sass' as iro; | 2 | @use 'iro-sass/src/iro-sass' as iro; |
3 | @use '../props'; | 3 | @use 'iro-sass/src/props'; |
4 | @use '../objects/table.vars' as table; | 4 | @use '../objects/table.vars' as table; |
5 | 5 | ||
6 | @forward 'tables.vars'; | 6 | @forward 'tables.vars'; |