We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c30cb commit 33b3c45Copy full SHA for 33b3c45
docs/assets/site/site.less
@@ -9,4 +9,4 @@ html {
9
&.site3 { .apply-site-imagery('/dist/docs/site/site3'); }
10
}
11
12
-.apply-brand(@id7-brand-purple);
+//.apply-brand(@id7-brand-purple);
less/tokens.less
@@ -0,0 +1,14 @@
1
+@import (reference) "variables";
2
+
3
+// value/reference tokens - these should generally only be referred to by other tokens,
4
+// to allow swapping out for theming.
5
+:root {
6
+ --id7-ref-purple: @id7-brand-purple;
7
+ --id7-ref-purple-contrast: white;
8
+}
+// system tokens - overridden by themes
+ --id7-sys-primary-bg: var(--id7-ref-purple);
13
+ --id7-sys-primary-on-bg: var(--id7-ref-)
14
0 commit comments