summaryrefslogtreecommitdiffstats
path: root/src/scopes/_links.vars.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-10-18 20:41:38 +0200
committerVolpeon <git@volpeon.ink>2024-10-18 20:41:38 +0200
commitf441e288cb6d33e2338ab8047053022b81c9aa0b (patch)
tree4a52f352852e20534e3c1bc282e94d3093729f37 /src/scopes/_links.vars.scss
parentUpdate (diff)
downloadiro-design-f441e288cb6d33e2338ab8047053022b81c9aa0b.tar.gz
iro-design-f441e288cb6d33e2338ab8047053022b81c9aa0b.tar.bz2
iro-design-f441e288cb6d33e2338ab8047053022b81c9aa0b.zip
Update
Diffstat (limited to 'src/scopes/_links.vars.scss')
-rw-r--r--src/scopes/_links.vars.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scopes/_links.vars.scss b/src/scopes/_links.vars.scss
index b40cae8..4bf80c0 100644
--- a/src/scopes/_links.vars.scss
+++ b/src/scopes/_links.vars.scss
@@ -1,6 +1,6 @@
1@use 'sass:map'; 1@use 'sass:map';
2@use '../props'; 2@use '../props';
3@use '../core'; 3@use '../core.vars' as core;
4 4
5$rounding: props.def(--s-links--rounding, props.get(core.$rounding)) !default; 5$rounding: props.def(--s-links--rounding, props.get(core.$rounding)) !default;
6$underline-width: props.def(--s-links--underline-width, props.get(core.$border-width--thin)) !default; 6$underline-width: props.def(--s-links--underline-width, props.get(core.$border-width--thin)) !default;