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 f1ec71f commit 99e8963Copy full SHA for 99e8963
resources/custom-variables.css
@@ -0,0 +1,18 @@
1
+:root {
2
+ /* spacing */
3
+ --dimension-spacing-none: 0em;
4
+ --dimension-spacing-xxsmall: 0.125em;
5
+ --dimension-spacing-xsmall: 0.250em;
6
+ --dimension-spacing-small: 0.500em;
7
+ --dimension-spacing-medium: 0.750em;
8
+ --dimension-spacing-large: 1em;
9
+ --dimension-spacing-xlarge: 1.500em;
10
+ --dimension-spacing-xxlarge: 2em;
11
+
12
+ /* layout */
13
+ --dimension-layout-xxsmall: 0.500rem;
14
+ --dimension-layout-xsmall: 1rem;
15
+ --dimension-layout-small: 1.500rem;
16
+ --dimension-layout-medium: 2rem;
17
+ --dimension-layout-large: 2.500rem;
18
+}
0 commit comments