@graupl/core 1.0.0-beta.52 → 1.0.0-beta.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/graupl.css +1 -1
- package/dist/css/graupl.css.map +1 -1
- package/dist/css/layout/columns.css.map +1 -1
- package/dist/css/layout.css +1 -1
- package/dist/css/layout.css.map +1 -1
- package/dist/css/utilities/block-size.css +1 -1
- package/dist/css/utilities/block-size.css.map +1 -1
- package/dist/css/utilities/inline-size.css +1 -1
- package/dist/css/utilities/inline-size.css.map +1 -1
- package/dist/css/utilities.css +1 -1
- package/dist/css/utilities.css.map +1 -1
- package/package.json +1 -1
- package/src/scss/layout/columns/_index.scss +1 -1
- package/src/scss/utilities/block-size/_defaults.scss +3 -3
- package/src/scss/utilities/block-size/_index.scss +84 -84
- package/src/scss/utilities/inline-size/_defaults.scss +3 -3
- package/src/scss/utilities/inline-size/_index.scss +84 -84
package/package.json
CHANGED
|
@@ -296,7 +296,7 @@ $columns-span-map: ();
|
|
|
296
296
|
@include utility.generate(
|
|
297
297
|
$map: (
|
|
298
298
|
"#{defaults.$columns-fixed-selector}": (
|
|
299
|
-
|
|
299
|
+
--#{root-defaults.$prefix}columns-max-width: #{$columns-min-width},
|
|
300
300
|
),
|
|
301
301
|
),
|
|
302
302
|
$selector-base: "&#{defaults.$columns-fixed-selector-base}",
|
|
@@ -41,9 +41,9 @@ $container-aware-selector-suffix: root-defaults.$utility-container-aware-selecto
|
|
|
41
41
|
|
|
42
42
|
// Properties.
|
|
43
43
|
$-utility-properties: (
|
|
44
|
-
"
|
|
45
|
-
"max-
|
|
46
|
-
"min-
|
|
44
|
+
"bs": block-size,
|
|
45
|
+
"max-bs": max-block-size,
|
|
46
|
+
"min-bs": min-block-size,
|
|
47
47
|
);
|
|
48
48
|
$utility-properties: () !default;
|
|
49
49
|
|
|
@@ -3,90 +3,90 @@
|
|
|
3
3
|
// This file generates the block-size utility classes provided by Graupl.
|
|
4
4
|
//
|
|
5
5
|
// The following classes are generated by default:
|
|
6
|
-
// - `.
|
|
7
|
-
// - `.
|
|
8
|
-
// - `.
|
|
9
|
-
// - `.
|
|
10
|
-
// - `.
|
|
11
|
-
// - `.
|
|
12
|
-
// - `.
|
|
13
|
-
// - `.
|
|
14
|
-
// - `.
|
|
15
|
-
// - `.
|
|
16
|
-
// - `.
|
|
17
|
-
// - `.
|
|
18
|
-
// - `.
|
|
19
|
-
// - `.
|
|
20
|
-
// - `.
|
|
21
|
-
// - `.
|
|
22
|
-
// - `.
|
|
23
|
-
// - `.
|
|
24
|
-
// - `.
|
|
25
|
-
// - `.
|
|
26
|
-
// - `.
|
|
27
|
-
// - `.
|
|
28
|
-
// - `.
|
|
29
|
-
// - `.
|
|
30
|
-
// - `.
|
|
31
|
-
// - `.
|
|
32
|
-
// - `.
|
|
33
|
-
// - `.
|
|
34
|
-
// - `.max-
|
|
35
|
-
// - `.max-
|
|
36
|
-
// - `.max-
|
|
37
|
-
// - `.max-
|
|
38
|
-
// - `.max-
|
|
39
|
-
// - `.max-
|
|
40
|
-
// - `.max-
|
|
41
|
-
// - `.max-
|
|
42
|
-
// - `.max-
|
|
43
|
-
// - `.max-
|
|
44
|
-
// - `.max-
|
|
45
|
-
// - `.max-
|
|
46
|
-
// - `.max-
|
|
47
|
-
// - `.max-
|
|
48
|
-
// - `.max-
|
|
49
|
-
// - `.max-
|
|
50
|
-
// - `.max-
|
|
51
|
-
// - `.max-
|
|
52
|
-
// - `.max-
|
|
53
|
-
// - `.max-
|
|
54
|
-
// - `.max-
|
|
55
|
-
// - `.max-
|
|
56
|
-
// - `.max-
|
|
57
|
-
// - `.max-
|
|
58
|
-
// - `.max-
|
|
59
|
-
// - `.max-
|
|
60
|
-
// - `.max-
|
|
61
|
-
// - `.max-
|
|
62
|
-
// - `.min-
|
|
63
|
-
// - `.min-
|
|
64
|
-
// - `.min-
|
|
65
|
-
// - `.min-
|
|
66
|
-
// - `.min-
|
|
67
|
-
// - `.min-
|
|
68
|
-
// - `.min-
|
|
69
|
-
// - `.min-
|
|
70
|
-
// - `.min-
|
|
71
|
-
// - `.min-
|
|
72
|
-
// - `.min-
|
|
73
|
-
// - `.min-
|
|
74
|
-
// - `.min-
|
|
75
|
-
// - `.min-
|
|
76
|
-
// - `.min-
|
|
77
|
-
// - `.min-
|
|
78
|
-
// - `.min-
|
|
79
|
-
// - `.min-
|
|
80
|
-
// - `.min-
|
|
81
|
-
// - `.min-
|
|
82
|
-
// - `.min-
|
|
83
|
-
// - `.min-
|
|
84
|
-
// - `.min-
|
|
85
|
-
// - `.min-
|
|
86
|
-
// - `.min-
|
|
87
|
-
// - `.min-
|
|
88
|
-
// - `.min-
|
|
89
|
-
// - `.min-
|
|
6
|
+
// - `.bs-auto`: Sets the `block-size` property to `auto`.
|
|
7
|
+
// - `.bs-fit-content`: Sets the `block-size` property to `fit-content`.
|
|
8
|
+
// - `.bs-max-content`: Sets the `block-size` property to `max-content`.
|
|
9
|
+
// - `.bs-min-content`: Sets the `block-size` property to `min-content`.
|
|
10
|
+
// - `.bs-stretch`: Sets the `block-size` property to `stretch`.
|
|
11
|
+
// - `.bs-full`: Sets the `block-size` property to `100%`.
|
|
12
|
+
// - `.bs-quarter`: Sets the `block-size` property to `25%`.
|
|
13
|
+
// - `.bs-half`: Sets the `block-size` property to `50%`.
|
|
14
|
+
// - `.bs-three-quarters`: Sets the `block-size` property to `75%`.
|
|
15
|
+
// - `.bs-third`: Sets the `block-size` property to `calc(100% / 3)`.
|
|
16
|
+
// - `.bs-two-thirds`: Sets the `block-size` property to `calc(100% / 1.5)`.
|
|
17
|
+
// - `.bs-half-screen`: Sets the `block-size` property to `50vh`.
|
|
18
|
+
// - `.bs-third-screen`: Sets the `block-size` property to `calc(100vh / 3)`.
|
|
19
|
+
// - `.bs-two-thirds-screen`: Sets the `block-size` property to `calc(100vh / 1.5)`.
|
|
20
|
+
// - `.bs-quarter-screen`: Sets the `block-size` property to `25vh`.
|
|
21
|
+
// - `.bs-three-quarters-screen`: Sets the `block-size` property to `75vh`.
|
|
22
|
+
// - `.bs-full-screen`: Sets the `block-size` property to `100vh`.
|
|
23
|
+
// - `.bs-0`: Sets the `block-size` property to `var(--graupl-spacer-0)`.
|
|
24
|
+
// - `.bs-1`: Sets the `block-size` property to `var(--graupl-spacer-1)`.
|
|
25
|
+
// - `.bs-2`: Sets the `block-size` property to `var(--graupl-spacer-2)`.
|
|
26
|
+
// - `.bs-3`: Sets the `block-size` property to `var(--graupl-spacer-3)`.
|
|
27
|
+
// - `.bs-4`: Sets the `block-size` property to `var(--graupl-spacer-4)`.
|
|
28
|
+
// - `.bs-5`: Sets the `block-size` property to `var(--graupl-spacer-5)`.
|
|
29
|
+
// - `.bs-6`: Sets the `block-size` property to `var(--graupl-spacer-6)`.
|
|
30
|
+
// - `.bs-7`: Sets the `block-size` property to `var(--graupl-spacer-7)`.
|
|
31
|
+
// - `.bs-8`: Sets the `block-size` property to `var(--graupl-spacer-8)`.
|
|
32
|
+
// - `.bs-9`: Sets the `block-size` property to `var(--graupl-spacer-9)`.
|
|
33
|
+
// - `.bs-10`: Sets the `block-size` property to `var(--graupl-spacer-10)`.
|
|
34
|
+
// - `.max-bs-auto`: Sets the `max-block-size` property to `auto`.
|
|
35
|
+
// - `.max-bs-fit-content`: Sets the `max-block-size` property to `fit-content`.
|
|
36
|
+
// - `.max-bs-max-content`: Sets the `max-block-size` property to `max-content`.
|
|
37
|
+
// - `.max-bs-min-content`: Sets the `max-block-size` property to `min-content`.
|
|
38
|
+
// - `.max-bs-stretch`: Sets the `max-block-size` property to `stretch`.
|
|
39
|
+
// - `.max-bs-full`: Sets the `max-block-size` property to `100%`.
|
|
40
|
+
// - `.max-bs-quarter`: Sets the `max-block-size` property to `25%`.
|
|
41
|
+
// - `.max-bs-half`: Sets the `max-block-size` property to `50%`.
|
|
42
|
+
// - `.max-bs-three-quarters`: Sets the `max-block-size` property to `75%`.
|
|
43
|
+
// - `.max-bs-third`: Sets the `max-block-size` property to `calc(100% / 3)`.
|
|
44
|
+
// - `.max-bs-two-thirds`: Sets the `max-block-size` property to `calc(100% / 1.5)`.
|
|
45
|
+
// - `.max-bs-half-screen`: Sets the `max-block-size` property to `50vh`.
|
|
46
|
+
// - `.max-bs-third-screen`: Sets the `max-block-size` property to `calc(100vh / 3)`.
|
|
47
|
+
// - `.max-bs-two-thirds-screen`: Sets the `max-block-size` property to `calc(100vh / 1.5)`.
|
|
48
|
+
// - `.max-bs-quarter-screen`: Sets the `max-block-size` property to `25vh`.
|
|
49
|
+
// - `.max-bs-three-quarters-screen`: Sets the `max-block-size` property to `75vh`.
|
|
50
|
+
// - `.max-bs-full-screen`: Sets the `max-block-size` property to `100vh`.
|
|
51
|
+
// - `.max-bs-0`: Sets the `max-block-size` property to `var(--graupl-spacer-0)`.
|
|
52
|
+
// - `.max-bs-1`: Sets the `max-block-size` property to `var(--graupl-spacer-1)`.
|
|
53
|
+
// - `.max-bs-2`: Sets the `max-block-size` property to `var(--graupl-spacer-2)`.
|
|
54
|
+
// - `.max-bs-3`: Sets the `max-block-size` property to `var(--graupl-spacer-3)`.
|
|
55
|
+
// - `.max-bs-4`: Sets the `max-block-size` property to `var(--graupl-spacer-4)`.
|
|
56
|
+
// - `.max-bs-5`: Sets the `max-block-size` property to `var(--graupl-spacer-5)`.
|
|
57
|
+
// - `.max-bs-6`: Sets the `max-block-size` property to `var(--graupl-spacer-6)`.
|
|
58
|
+
// - `.max-bs-7`: Sets the `max-block-size` property to `var(--graupl-spacer-7)`.
|
|
59
|
+
// - `.max-bs-8`: Sets the `max-block-size` property to `var(--graupl-spacer-8)`.
|
|
60
|
+
// - `.max-bs-9`: Sets the `max-block-size` property to `var(--graupl-spacer-9)`.
|
|
61
|
+
// - `.max-bs-10`: Sets the `max-block-size` property to `var(--graupl-spacer-10)`.
|
|
62
|
+
// - `.min-bs-auto`: Sets the `min-block-size` property to `auto`.
|
|
63
|
+
// - `.min-bs-fit-content`: Sets the `min-block-size` property to `fit-content`.
|
|
64
|
+
// - `.min-bs-max-content`: Sets the `min-block-size` property to `max-content`.
|
|
65
|
+
// - `.min-bs-min-content`: Sets the `min-block-size` property to `min-content`.
|
|
66
|
+
// - `.min-bs-stretch`: Sets the `min-block-size` property to `stretch`.
|
|
67
|
+
// - `.min-bs-full`: Sets the `min-block-size` property to `100%`.
|
|
68
|
+
// - `.min-bs-quarter`: Sets the `min-block-size` property to `25%`.
|
|
69
|
+
// - `.min-bs-half`: Sets the `min-block-size` property to `50%`.
|
|
70
|
+
// - `.min-bs-three-quarters`: Sets the `min-block-size` property to `75%`.
|
|
71
|
+
// - `.min-bs-third`: Sets the `min-block-size` property to `calc(100% / 3)`.
|
|
72
|
+
// - `.min-bs-two-thirds`: Sets the `min-block-size` property to `calc(100% / 1.5)`.
|
|
73
|
+
// - `.min-bs-half-screen`: Sets the `min-block-size` property to `50vh`.
|
|
74
|
+
// - `.min-bs-third-screen`: Sets the `min-block-size` property to `calc(100vh / 3)`.
|
|
75
|
+
// - `.min-bs-two-thirds-screen`: Sets the `min-block-size` property to `calc(100vh / 1.5)`.
|
|
76
|
+
// - `.min-bs-quarter-screen`: Sets the `min-block-size` property to `25vh`.
|
|
77
|
+
// - `.min-bs-three-quarters-screen`: Sets the `min-block-size` property to `75vh`.
|
|
78
|
+
// - `.min-bs-full-screen`: Sets the `min-block-size` property to `100vh`.
|
|
79
|
+
// - `.min-bs-0`: Sets the `min-block-size` property to `var(--graupl-spacer-0)`.
|
|
80
|
+
// - `.min-bs-1`: Sets the `min-block-size` property to `var(--graupl-spacer-1)`.
|
|
81
|
+
// - `.min-bs-2`: Sets the `min-block-size` property to `var(--graupl-spacer-2)`.
|
|
82
|
+
// - `.min-bs-3`: Sets the `min-block-size` property to `var(--graupl-spacer-3)`.
|
|
83
|
+
// - `.min-bs-4`: Sets the `min-block-size` property to `var(--graupl-spacer-4)`.
|
|
84
|
+
// - `.min-bs-5`: Sets the `min-block-size` property to `var(--graupl-spacer-5)`.
|
|
85
|
+
// - `.min-bs-6`: Sets the `min-block-size` property to `var(--graupl-spacer-6)`.
|
|
86
|
+
// - `.min-bs-7`: Sets the `min-block-size` property to `var(--graupl-spacer-7)`.
|
|
87
|
+
// - `.min-bs-8`: Sets the `min-block-size` property to `var(--graupl-spacer-8)`.
|
|
88
|
+
// - `.min-bs-9`: Sets the `min-block-size` property to `var(--graupl-spacer-9)`.
|
|
89
|
+
// - `.min-bs-10`: Sets the `min-block-size` property to `var(--graupl-spacer-10)`.
|
|
90
90
|
//
|
|
91
91
|
// The following custom properties control the generated classes:
|
|
92
92
|
// | Property | Description | Default Value |
|
|
@@ -41,9 +41,9 @@ $container-aware-selector-suffix: root-defaults.$utility-container-aware-selecto
|
|
|
41
41
|
|
|
42
42
|
// Properties.
|
|
43
43
|
$-utility-properties: (
|
|
44
|
-
"
|
|
45
|
-
"max-
|
|
46
|
-
"min-
|
|
44
|
+
"is": inline-size,
|
|
45
|
+
"max-is": max-inline-size,
|
|
46
|
+
"min-is": min-inline-size,
|
|
47
47
|
);
|
|
48
48
|
$utility-properties: () !default;
|
|
49
49
|
|
|
@@ -3,90 +3,90 @@
|
|
|
3
3
|
// This file generates the inline-size utility classes provided by Graupl.
|
|
4
4
|
//
|
|
5
5
|
// The following classes are generated by default:
|
|
6
|
-
// - `.
|
|
7
|
-
// - `.
|
|
8
|
-
// - `.
|
|
9
|
-
// - `.
|
|
10
|
-
// - `.
|
|
11
|
-
// - `.
|
|
12
|
-
// - `.
|
|
13
|
-
// - `.
|
|
14
|
-
// - `.
|
|
15
|
-
// - `.
|
|
16
|
-
// - `.
|
|
17
|
-
// - `.
|
|
18
|
-
// - `.
|
|
19
|
-
// - `.
|
|
20
|
-
// - `.
|
|
21
|
-
// - `.
|
|
22
|
-
// - `.
|
|
23
|
-
// - `.
|
|
24
|
-
// - `.
|
|
25
|
-
// - `.
|
|
26
|
-
// - `.
|
|
27
|
-
// - `.
|
|
28
|
-
// - `.
|
|
29
|
-
// - `.
|
|
30
|
-
// - `.
|
|
31
|
-
// - `.
|
|
32
|
-
// - `.
|
|
33
|
-
// - `.
|
|
34
|
-
// - `.max-
|
|
35
|
-
// - `.max-
|
|
36
|
-
// - `.max-
|
|
37
|
-
// - `.max-
|
|
38
|
-
// - `.max-
|
|
39
|
-
// - `.max-
|
|
40
|
-
// - `.max-
|
|
41
|
-
// - `.max-
|
|
42
|
-
// - `.max-
|
|
43
|
-
// - `.max-
|
|
44
|
-
// - `.max-
|
|
45
|
-
// - `.max-
|
|
46
|
-
// - `.max-
|
|
47
|
-
// - `.max-
|
|
48
|
-
// - `.max-
|
|
49
|
-
// - `.max-
|
|
50
|
-
// - `.max-
|
|
51
|
-
// - `.max-
|
|
52
|
-
// - `.max-
|
|
53
|
-
// - `.max-
|
|
54
|
-
// - `.max-
|
|
55
|
-
// - `.max-
|
|
56
|
-
// - `.max-
|
|
57
|
-
// - `.max-
|
|
58
|
-
// - `.max-
|
|
59
|
-
// - `.max-
|
|
60
|
-
// - `.max-
|
|
61
|
-
// - `.max-
|
|
62
|
-
// - `.min-
|
|
63
|
-
// - `.min-
|
|
64
|
-
// - `.min-
|
|
65
|
-
// - `.min-
|
|
66
|
-
// - `.min-
|
|
67
|
-
// - `.min-
|
|
68
|
-
// - `.min-
|
|
69
|
-
// - `.min-
|
|
70
|
-
// - `.min-
|
|
71
|
-
// - `.min-
|
|
72
|
-
// - `.min-
|
|
73
|
-
// - `.min-
|
|
74
|
-
// - `.min-
|
|
75
|
-
// - `.min-
|
|
76
|
-
// - `.min-
|
|
77
|
-
// - `.min-
|
|
78
|
-
// - `.min-
|
|
79
|
-
// - `.min-
|
|
80
|
-
// - `.min-
|
|
81
|
-
// - `.min-
|
|
82
|
-
// - `.min-
|
|
83
|
-
// - `.min-
|
|
84
|
-
// - `.min-
|
|
85
|
-
// - `.min-
|
|
86
|
-
// - `.min-
|
|
87
|
-
// - `.min-
|
|
88
|
-
// - `.min-
|
|
89
|
-
// - `.min-
|
|
6
|
+
// - `.is-auto`: Sets the `inline-size` property to `auto`.
|
|
7
|
+
// - `.is-fit-content`: Sets the `inline-size` property to `fit-content`.
|
|
8
|
+
// - `.is-max-content`: Sets the `inline-size` property to `max-content`.
|
|
9
|
+
// - `.is-min-content`: Sets the `inline-size` property to `min-content`.
|
|
10
|
+
// - `.is-stretch`: Sets the `inline-size` property to `stretch`.
|
|
11
|
+
// - `.is-full`: Sets the `inline-size` property to `100%`.
|
|
12
|
+
// - `.is-quarter`: Sets the `inline-size` property to `25%`.
|
|
13
|
+
// - `.is-half`: Sets the `inline-size` property to `50%`.
|
|
14
|
+
// - `.is-three-quarters`: Sets the `inline-size` property to `75%`.
|
|
15
|
+
// - `.is-third`: Sets the `inline-size` property to `calc(100% / 3)`.
|
|
16
|
+
// - `.is-two-thirds`: Sets the `inline-size` property to `calc(100% / 1.5)`.
|
|
17
|
+
// - `.is-half-screen`: Sets the `inline-size` property to `50vw`.
|
|
18
|
+
// - `.is-third-screen`: Sets the `inline-size` property to `calc(100vw / 3)`.
|
|
19
|
+
// - `.is-two-thirds-screen`: Sets the `inline-size` property to `calc(100vw / 1.5)`.
|
|
20
|
+
// - `.is-quarter-screen`: Sets the `inline-size` property to `25vw`.
|
|
21
|
+
// - `.is-three-quarters-screen`: Sets the `inline-size` property to `75vw`.
|
|
22
|
+
// - `.is-full-screen`: Sets the `inline-size` property to `100vw`.
|
|
23
|
+
// - `.is-0`: Sets the `inline-size` property to `var(--graupl-spacer-0)`.
|
|
24
|
+
// - `.is-1`: Sets the `inline-size` property to `var(--graupl-spacer-1)`.
|
|
25
|
+
// - `.is-2`: Sets the `inline-size` property to `var(--graupl-spacer-2)`.
|
|
26
|
+
// - `.is-3`: Sets the `inline-size` property to `var(--graupl-spacer-3)`.
|
|
27
|
+
// - `.is-4`: Sets the `inline-size` property to `var(--graupl-spacer-4)`.
|
|
28
|
+
// - `.is-5`: Sets the `inline-size` property to `var(--graupl-spacer-5)`.
|
|
29
|
+
// - `.is-6`: Sets the `inline-size` property to `var(--graupl-spacer-6)`.
|
|
30
|
+
// - `.is-7`: Sets the `inline-size` property to `var(--graupl-spacer-7)`.
|
|
31
|
+
// - `.is-8`: Sets the `inline-size` property to `var(--graupl-spacer-8)`.
|
|
32
|
+
// - `.is-9`: Sets the `inline-size` property to `var(--graupl-spacer-9)`.
|
|
33
|
+
// - `.is-10`: Sets the `inline-size` property to `var(--graupl-spacer-10)`.
|
|
34
|
+
// - `.max-is-auto`: Sets the `max-inline-size` property to `auto`.
|
|
35
|
+
// - `.max-is-fit-content`: Sets the `max-inline-size` property to `fit-content`.
|
|
36
|
+
// - `.max-is-max-content`: Sets the `max-inline-size` property to `max-content`.
|
|
37
|
+
// - `.max-is-min-content`: Sets the `max-inline-size` property to `min-content`.
|
|
38
|
+
// - `.max-is-stretch`: Sets the `max-inline-size` property to `stretch`.
|
|
39
|
+
// - `.max-is-full`: Sets the `max-inline-size` property to `100%`.
|
|
40
|
+
// - `.max-is-quarter`: Sets the `max-inline-size` property to `25%`.
|
|
41
|
+
// - `.max-is-half`: Sets the `max-inline-size` property to `50%`.
|
|
42
|
+
// - `.max-is-three-quarters`: Sets the `max-inline-size` property to `75%`.
|
|
43
|
+
// - `.max-is-third`: Sets the `max-inline-size` property to `calc(100% / 3)`.
|
|
44
|
+
// - `.max-is-two-thirds`: Sets the `max-inline-size` property to `calc(100% / 1.5)`.
|
|
45
|
+
// - `.max-is-half-screen`: Sets the `max-inline-size` property to `50vw`.
|
|
46
|
+
// - `.max-is-third-screen`: Sets the `max-inline-size` property to `calc(100vw / 3)`.
|
|
47
|
+
// - `.max-is-two-thirds-screen`: Sets the `max-inline-size` property to `calc(100vw / 1.5)`.
|
|
48
|
+
// - `.max-is-quarter-screen`: Sets the `max-inline-size` property to `25vw`.
|
|
49
|
+
// - `.max-is-three-quarters-screen`: Sets the `max-inline-size` property to `75vw`.
|
|
50
|
+
// - `.max-is-full-screen`: Sets the `max-inline-size` property to `100vw`.
|
|
51
|
+
// - `.max-is-0`: Sets the `max-inline-size` property to `var(--graupl-spacer-0)`.
|
|
52
|
+
// - `.max-is-1`: Sets the `max-inline-size` property to `var(--graupl-spacer-1)`.
|
|
53
|
+
// - `.max-is-2`: Sets the `max-inline-size` property to `var(--graupl-spacer-2)`.
|
|
54
|
+
// - `.max-is-3`: Sets the `max-inline-size` property to `var(--graupl-spacer-3)`.
|
|
55
|
+
// - `.max-is-4`: Sets the `max-inline-size` property to `var(--graupl-spacer-4)`.
|
|
56
|
+
// - `.max-is-5`: Sets the `max-inline-size` property to `var(--graupl-spacer-5)`.
|
|
57
|
+
// - `.max-is-6`: Sets the `max-inline-size` property to `var(--graupl-spacer-6)`.
|
|
58
|
+
// - `.max-is-7`: Sets the `max-inline-size` property to `var(--graupl-spacer-7)`.
|
|
59
|
+
// - `.max-is-8`: Sets the `max-inline-size` property to `var(--graupl-spacer-8)`.
|
|
60
|
+
// - `.max-is-9`: Sets the `max-inline-size` property to `var(--graupl-spacer-9)`.
|
|
61
|
+
// - `.max-is-10`: Sets the `max-inline-size` property to `var(--graupl-spacer-10)`.
|
|
62
|
+
// - `.min-is-auto`: Sets the `min-inline-size` property to `auto`.
|
|
63
|
+
// - `.min-is-fit-content`: Sets the `min-inline-size` property to `fit-content`.
|
|
64
|
+
// - `.min-is-max-content`: Sets the `min-inline-size` property to `max-content`.
|
|
65
|
+
// - `.min-is-min-content`: Sets the `min-inline-size` property to `min-content`.
|
|
66
|
+
// - `.min-is-stretch`: Sets the `min-inline-size` property to `stretch`.
|
|
67
|
+
// - `.min-is-full`: Sets the `min-inline-size` property to `100%`.
|
|
68
|
+
// - `.min-is-quarter`: Sets the `min-inline-size` property to `25%`.
|
|
69
|
+
// - `.min-is-half`: Sets the `min-inline-size` property to `50%`.
|
|
70
|
+
// - `.min-is-three-quarters`: Sets the `min-inline-size` property to `75%`.
|
|
71
|
+
// - `.min-is-third`: Sets the `min-inline-size` property to `calc(100% / 3)`.
|
|
72
|
+
// - `.min-is-two-thirds`: Sets the `min-inline-size` property to `calc(100% / 1.5)`.
|
|
73
|
+
// - `.min-is-half-screen`: Sets the `min-inline-size` property to `50vw`.
|
|
74
|
+
// - `.min-is-third-screen`: Sets the `min-inline-size` property to `calc(100vw / 3)`.
|
|
75
|
+
// - `.min-is-two-thirds-screen`: Sets the `min-inline-size` property to `calc(100vw / 1.5)`.
|
|
76
|
+
// - `.min-is-quarter-screen`: Sets the `min-inline-size` property to `25vw`.
|
|
77
|
+
// - `.min-is-three-quarters-screen`: Sets the `min-inline-size` property to `75vw`.
|
|
78
|
+
// - `.min-is-full-screen`: Sets the `min-inline-size` property to `100vw`.
|
|
79
|
+
// - `.min-is-0`: Sets the `min-inline-size` property to `var(--graupl-spacer-0)`.
|
|
80
|
+
// - `.min-is-1`: Sets the `min-inline-size` property to `var(--graupl-spacer-1)`.
|
|
81
|
+
// - `.min-is-2`: Sets the `min-inline-size` property to `var(--graupl-spacer-2)`.
|
|
82
|
+
// - `.min-is-3`: Sets the `min-inline-size` property to `var(--graupl-spacer-3)`.
|
|
83
|
+
// - `.min-is-4`: Sets the `min-inline-size` property to `var(--graupl-spacer-4)`.
|
|
84
|
+
// - `.min-is-5`: Sets the `min-inline-size` property to `var(--graupl-spacer-5)`.
|
|
85
|
+
// - `.min-is-6`: Sets the `min-inline-size` property to `var(--graupl-spacer-6)`.
|
|
86
|
+
// - `.min-is-7`: Sets the `min-inline-size` property to `var(--graupl-spacer-7)`.
|
|
87
|
+
// - `.min-is-8`: Sets the `min-inline-size` property to `var(--graupl-spacer-8)`.
|
|
88
|
+
// - `.min-is-9`: Sets the `min-inline-size` property to `var(--graupl-spacer-9)`.
|
|
89
|
+
// - `.min-is-10`: Sets the `min-inline-size` property to `var(--graupl-spacer-10)`.
|
|
90
90
|
//
|
|
91
91
|
// The following custom properties control the generated classes:
|
|
92
92
|
// | Property | Description | Default Value |
|