@digigov/css 2.0.0-b4cd6916 → 2.0.0-d0adc9fb
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/base/index.css +1 -1
- package/dist/base.js +1 -1
- package/dist/components.js +1 -1
- package/dist/digigov.css +3 -3
- package/dist/utilities/index.css +1 -1
- package/dist/utilities.js +1 -1
- package/index.js +99 -69
- package/package.json +13 -13
- package/postcss.config.js +4 -4
- package/src/base/index.css +1 -0
- package/src/base/index.native.css +0 -0
- package/src/base/postcss.config.js +11 -10
- package/src/base/tailwind.config.js +4 -11
- package/src/components/accordion.css +1 -5
- package/src/components/autocomplete.css +1 -3
- package/src/components/blockquote.common.css +11 -11
- package/src/components/blockquote.css +6 -6
- package/src/components/blockquote.native.css +4 -1
- package/src/components/breadcrumbs.css +1 -1
- package/src/components/button.common.css +1 -1
- package/src/components/button.css +2 -2
- package/src/components/button.native.css +6 -7
- package/src/components/card.common.css +30 -30
- package/src/components/card.css +1 -1
- package/src/components/checkboxes.common.css +13 -13
- package/src/components/checkboxes.native.css +2 -3
- package/src/components/chip.common.css +19 -0
- package/src/components/chip.css +5 -4
- package/src/components/chip.native.css +15 -0
- package/src/components/code.css +4 -3
- package/src/components/copy-to-clipboard.css +1 -1
- package/src/components/details.common.css +23 -23
- package/src/components/details.native.css +8 -0
- package/src/components/drawer.css +21 -4
- package/src/components/dropdown.common.css +19 -19
- package/src/components/dropdown.native.css +10 -11
- package/src/components/fillable.css +1 -1
- package/src/components/filter.css +74 -25
- package/src/components/footer.css +7 -7
- package/src/components/form.common.css +75 -76
- package/src/components/form.css +1 -1
- package/src/components/form.native.css +102 -53
- package/src/components/header.common.css +32 -33
- package/src/components/header.css +8 -12
- package/src/components/header.native.css +5 -10
- package/src/components/kitchensink.css +2 -2
- package/src/components/layout.common.css +2 -2
- package/src/components/layout.css +1 -1
- package/src/components/layout.native.css +1 -0
- package/src/components/loader.common.css +7 -0
- package/src/components/loader.css +3 -1
- package/src/components/loader.native.css +5 -0
- package/src/components/modal.common.css +3 -4
- package/src/components/modal.css +10 -10
- package/src/components/modal.native.css +5 -5
- package/src/components/nav.common.css +18 -18
- package/src/components/nav.native.css +4 -6
- package/src/components/notification-banner.common.css +2 -2
- package/src/components/notification-banner.css +1 -1
- package/src/components/pagination.css +19 -3
- package/src/components/panel.common.css +26 -26
- package/src/components/panel.native.css +8 -2
- package/src/components/phase-banner.common.css +1 -1
- package/src/components/phase-banner.native.css +0 -1
- package/src/components/postcss.config.js +7 -6
- package/src/components/radios.common.css +1 -1
- package/src/components/radios.native.css +2 -3
- package/src/components/stack.common.css +67 -0
- package/src/components/stack.css +23 -21
- package/src/components/stack.native.css +68 -0
- package/src/components/stepnav.css +3 -2
- package/src/components/summary-list.common.css +3 -5
- package/src/components/summary-list.css +3 -3
- package/src/components/summary-list.native.css +5 -1
- package/src/components/svg-icons.common.css +1 -1
- package/src/components/svg-icons.native.css +2 -3
- package/src/components/table.css +8 -8
- package/src/components/tabs.css +0 -1
- package/src/components/task-list.css +7 -12
- package/src/components/test.css +2 -2
- package/src/components/timeline.css +15 -16
- package/src/components/typography.common.css +3 -4
- package/src/components/typography.css +7 -3
- package/src/components/typography.native.css +31 -0
- package/src/components/warning-text.common.css +1 -1
- package/src/components/warning-text.css +1 -4
- package/src/index.native.css +3 -0
- package/src/utilities/gap.css +1 -1
- package/src/utilities/index.css +6 -6
- package/src/utilities/index.native.css +6 -6
- package/src/utilities/layout.css +1 -1
- package/src/utilities/layout.native.css +1 -1
- package/src/utilities/margin.css +35 -35
- package/src/utilities/padding.css +1 -1
- package/src/utilities/postcss.config.js +7 -6
- package/src/utilities/print.css +1 -1
- package/src/utilities/utilities.css +3 -4
- package/tailwind.config.js +102 -106
- package/theming.js +121 -0
- package/defaultTheme/accordion.json +0 -16
- package/defaultTheme/back-to-top.json +0 -27
- package/defaultTheme/brandConfig.json +0 -147
- package/defaultTheme/breadcrumbs.json +0 -8
- package/defaultTheme/button.json +0 -94
- package/defaultTheme/card.json +0 -23
- package/defaultTheme/form.json +0 -132
- package/defaultTheme/globals.json +0 -81
- package/defaultTheme/index.js +0 -27
- package/defaultTheme/layout.json +0 -55
- package/defaultTheme/misc.json +0 -68
- package/defaultTheme/panel.json +0 -48
- package/defaultTheme/phase-banner.json +0 -8
- package/defaultTheme/radios.json +0 -8
- package/defaultTheme/summary-list.json +0 -8
- package/defaultTheme/typography.json +0 -295
- package/themes.plugin.js +0 -148
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
}
|
|
52
52
|
.util-link {
|
|
53
53
|
@apply focus:bg-focus;
|
|
54
|
-
padding: var(--link-padding);
|
|
54
|
+
padding: var(--link-padding-y) var(--link-padding-x);
|
|
55
55
|
}
|
|
56
56
|
.util-link-text {
|
|
57
57
|
/* @apply focus:text-link-active underline; */
|
|
@@ -59,9 +59,6 @@
|
|
|
59
59
|
color: var(--link-color);
|
|
60
60
|
font-size: var(--link-font-size);
|
|
61
61
|
line-height: var(--link-line-height);
|
|
62
|
-
/* &:focus {
|
|
63
|
-
text-decoration: none !important;
|
|
64
|
-
} */
|
|
65
62
|
}
|
|
66
63
|
|
|
67
64
|
.util-caption-xl {
|
|
@@ -115,6 +112,8 @@
|
|
|
115
112
|
|
|
116
113
|
/* List */
|
|
117
114
|
.util-list {
|
|
115
|
+
@apply mt-4;
|
|
116
|
+
|
|
118
117
|
@apply md:mb-8 mb-4 text-base-content;
|
|
119
118
|
}
|
|
120
119
|
.util-list-bullet {
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
@apply util-font-weight-bold-text;
|
|
107
107
|
}
|
|
108
108
|
.ds-list {
|
|
109
|
-
@apply list-none list-outside
|
|
109
|
+
@apply list-none list-outside md:mb-8 mb-4 text-base-content;
|
|
110
110
|
font-size: var(--list-font-size);
|
|
111
111
|
line-height: var(--list-line-height);
|
|
112
112
|
&.ds-list--bullet {
|
|
@@ -129,6 +129,9 @@
|
|
|
129
129
|
&:last-child {
|
|
130
130
|
@apply mb-0;
|
|
131
131
|
}
|
|
132
|
+
> button.ds-link:only-child {
|
|
133
|
+
display: inline-flex;
|
|
134
|
+
}
|
|
132
135
|
}
|
|
133
136
|
}
|
|
134
137
|
.ds-list__item > .ds-list--bullet:nth-child(1) {
|
|
@@ -143,7 +146,7 @@
|
|
|
143
146
|
@apply pl-10;
|
|
144
147
|
}
|
|
145
148
|
.ds-list__item > .ds-list {
|
|
146
|
-
@apply mb-0;
|
|
149
|
+
@apply mb-0 mt-2;
|
|
147
150
|
}
|
|
148
151
|
.ds-list--spaced:not(.ds-list--horizontal) > .ds-list__item {
|
|
149
152
|
@apply mb-4;
|
|
@@ -174,7 +177,7 @@
|
|
|
174
177
|
}
|
|
175
178
|
|
|
176
179
|
.ds-link {
|
|
177
|
-
@apply focus:text-link-active util-link util-link-text cursor-pointer;
|
|
180
|
+
@apply focus:text-link-active util-link util-link-text cursor-pointer text-left;
|
|
178
181
|
letter-spacing: var(--link-letter-spacing);
|
|
179
182
|
&:hover {
|
|
180
183
|
text-decoration-thickness: 2px;
|
|
@@ -278,6 +281,7 @@
|
|
|
278
281
|
}
|
|
279
282
|
}
|
|
280
283
|
button.ds-link {
|
|
284
|
+
@apply text-left;
|
|
281
285
|
.ds-svg-icon {
|
|
282
286
|
@apply ml-1;
|
|
283
287
|
}
|
|
@@ -12,33 +12,51 @@
|
|
|
12
12
|
.ds-heading-xl__text {
|
|
13
13
|
@apply util-heading-xl-text;
|
|
14
14
|
margin-bottom: var(--heading-xl-margin-bottom);
|
|
15
|
+
line-height: calc(
|
|
16
|
+
var(--heading-xl-line-height) * var(--heading-xl-font-size)
|
|
17
|
+
);
|
|
15
18
|
}
|
|
16
19
|
.ds-heading-lg__text {
|
|
17
20
|
@apply util-heading-lg-text;
|
|
18
21
|
margin-bottom: var(--heading-lg-margin-bottom);
|
|
22
|
+
line-height: calc(
|
|
23
|
+
var(--heading-lg-line-height) * var(--heading-lg-font-size)
|
|
24
|
+
);
|
|
19
25
|
}
|
|
20
26
|
.ds-heading-md__text {
|
|
21
27
|
@apply util-heading-md-text;
|
|
22
28
|
margin-bottom: var(--heading-md-margin-bottom);
|
|
29
|
+
line-height: calc(
|
|
30
|
+
var(--heading-md-line-height) * var(--heading-md-font-size)
|
|
31
|
+
);
|
|
23
32
|
}
|
|
24
33
|
.ds-heading-sm__text {
|
|
25
34
|
@apply util-heading-sm-text;
|
|
26
35
|
margin-bottom: var(--heading-sm-margin-bottom);
|
|
36
|
+
line-height: calc(
|
|
37
|
+
var(--heading-sm-line-height) * var(--heading-sm-font-size)
|
|
38
|
+
);
|
|
27
39
|
}
|
|
28
40
|
.ds-heading-xs__text {
|
|
29
41
|
@apply util-heading-xs-text;
|
|
30
42
|
margin-bottom: var(--heading-xs-margin-bottom);
|
|
43
|
+
line-height: calc(
|
|
44
|
+
var(--heading-xs-line-height) * var(--heading-xs-font-size)
|
|
45
|
+
);
|
|
31
46
|
}
|
|
32
47
|
|
|
33
48
|
/* Paragraph */
|
|
34
49
|
.ds-body__text {
|
|
35
50
|
@apply util-body-text;
|
|
51
|
+
line-height: calc(var(--body-line-height) * var(--body-font-size));
|
|
36
52
|
}
|
|
37
53
|
.ds-body--lg__text {
|
|
38
54
|
@apply util-body-lg-text;
|
|
55
|
+
line-height: calc(var(--body--lg-line-height) * var(--body--lg-font-size));
|
|
39
56
|
}
|
|
40
57
|
.ds-body--sm__text {
|
|
41
58
|
@apply util-body-sm-text;
|
|
59
|
+
line-height: calc(var(--body__sm-line-height) * var(--body__sm-font-size));
|
|
42
60
|
}
|
|
43
61
|
|
|
44
62
|
/* Hint */
|
|
@@ -47,12 +65,15 @@
|
|
|
47
65
|
}
|
|
48
66
|
.ds-hint__text {
|
|
49
67
|
@apply util-hint-text;
|
|
68
|
+
line-height: calc(var(--hint-line-height) * var(--hint-font-size));
|
|
50
69
|
}
|
|
51
70
|
.ds-hint--lg__text {
|
|
52
71
|
@apply util-hint-lg-text;
|
|
72
|
+
line-height: calc(var(--hint--lg-line-height) * var(--hint--lg-font-size));
|
|
53
73
|
}
|
|
54
74
|
.ds-hint--sm__text {
|
|
55
75
|
@apply util-hint-sm-text;
|
|
76
|
+
line-height: calc(var(--hint--sm-line-height) * var(--hint--sm-font-size));
|
|
56
77
|
}
|
|
57
78
|
|
|
58
79
|
/* Link */
|
|
@@ -61,6 +82,7 @@
|
|
|
61
82
|
}
|
|
62
83
|
.ds-link__text {
|
|
63
84
|
@apply util-link-text;
|
|
85
|
+
line-height: calc(var(--link-line-height) * var(--link-font-size));
|
|
64
86
|
}
|
|
65
87
|
|
|
66
88
|
/* HeadingCaption */
|
|
@@ -69,18 +91,27 @@
|
|
|
69
91
|
}
|
|
70
92
|
.ds-caption-xl__text {
|
|
71
93
|
@apply util-caption-xl-text;
|
|
94
|
+
line-height: calc(
|
|
95
|
+
var(--caption-xl-line-height) * var(--caption-xl-font-size)
|
|
96
|
+
);
|
|
72
97
|
}
|
|
73
98
|
.ds-caption-lg {
|
|
74
99
|
@apply util-caption-lg;
|
|
75
100
|
}
|
|
76
101
|
.ds-caption-lg__text {
|
|
77
102
|
@apply util-caption-lg-text;
|
|
103
|
+
line-height: calc(
|
|
104
|
+
var(--caption-lg-line-height) * var(--caption-lg-font-size)
|
|
105
|
+
);
|
|
78
106
|
}
|
|
79
107
|
.ds-caption-md {
|
|
80
108
|
@apply util-caption-md;
|
|
81
109
|
}
|
|
82
110
|
.ds-caption-md__text {
|
|
83
111
|
@apply util-caption-md-text;
|
|
112
|
+
line-height: calc(
|
|
113
|
+
var(--caption-md-line-height) * var(--caption-md-font-size)
|
|
114
|
+
);
|
|
84
115
|
}
|
|
85
116
|
|
|
86
117
|
.ds-list {
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
@import './warning-text.common.css';
|
|
2
|
-
|
|
3
1
|
.ds-warning-text {
|
|
4
|
-
@apply
|
|
2
|
+
@apply flex py-4 px-0;
|
|
5
3
|
font-size: var(--warning-text-font-size);
|
|
6
4
|
&.ds-warning-text--dense,
|
|
7
5
|
.ds-dense & {
|
|
8
|
-
@apply mb-3 md:mb-6;
|
|
9
6
|
.ds-warning-text__icon {
|
|
10
7
|
@apply mr-4 md:mr-5;
|
|
11
8
|
}
|
package/src/index.native.css
CHANGED
package/src/utilities/gap.css
CHANGED
package/src/utilities/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@import
|
|
2
|
-
@import
|
|
3
|
-
@import
|
|
4
|
-
@import
|
|
5
|
-
@import
|
|
6
|
-
@import
|
|
1
|
+
@import './layout.css';
|
|
2
|
+
@import './gap.css';
|
|
3
|
+
@import './margin.css';
|
|
4
|
+
@import './padding.css';
|
|
5
|
+
@import './margin.css';
|
|
6
|
+
@import './print.css';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@import
|
|
2
|
-
@import
|
|
3
|
-
@import
|
|
4
|
-
@import
|
|
5
|
-
@import
|
|
6
|
-
@import
|
|
1
|
+
@import './layout.native.css';
|
|
2
|
+
@import './gap.css';
|
|
3
|
+
@import './margin.css';
|
|
4
|
+
@import './padding.css';
|
|
5
|
+
@import './margin.css';
|
|
6
|
+
@import './print.css';
|
package/src/utilities/layout.css
CHANGED
package/src/utilities/margin.css
CHANGED
|
@@ -758,7 +758,7 @@
|
|
|
758
758
|
@apply m-5;
|
|
759
759
|
}
|
|
760
760
|
.ds-m-xs-6 {
|
|
761
|
-
@apply m-6
|
|
761
|
+
@apply m-6;
|
|
762
762
|
}
|
|
763
763
|
.ds-m-xs-7 {
|
|
764
764
|
@apply m-7;
|
|
@@ -3278,106 +3278,106 @@
|
|
|
3278
3278
|
@apply xl:ml-96 !important;
|
|
3279
3279
|
}
|
|
3280
3280
|
.ds-mx-xs-0 {
|
|
3281
|
-
@apply mx-0
|
|
3281
|
+
@apply mx-0;
|
|
3282
3282
|
}
|
|
3283
3283
|
.ds-mx-xs-0\.5 {
|
|
3284
|
-
@apply mx-0.5
|
|
3284
|
+
@apply mx-0.5;
|
|
3285
3285
|
}
|
|
3286
3286
|
.ds-mx-xs-1 {
|
|
3287
|
-
@apply mx-1
|
|
3287
|
+
@apply mx-1;
|
|
3288
3288
|
}
|
|
3289
3289
|
.ds-mx-xs-1\.5 {
|
|
3290
|
-
@apply mx-1.5
|
|
3290
|
+
@apply mx-1.5;
|
|
3291
3291
|
}
|
|
3292
3292
|
.ds-mx-xs-2 {
|
|
3293
|
-
@apply mx-2
|
|
3293
|
+
@apply mx-2;
|
|
3294
3294
|
}
|
|
3295
3295
|
.ds-mx-xs-2\.5 {
|
|
3296
|
-
@apply mx-2.5
|
|
3296
|
+
@apply mx-2.5;
|
|
3297
3297
|
}
|
|
3298
3298
|
.ds-mx-xs-3 {
|
|
3299
|
-
@apply mx-3
|
|
3299
|
+
@apply mx-3;
|
|
3300
3300
|
}
|
|
3301
3301
|
.ds-mx-xs-3\.5 {
|
|
3302
|
-
@apply mx-3.5
|
|
3302
|
+
@apply mx-3.5;
|
|
3303
3303
|
}
|
|
3304
3304
|
.ds-mx-xs-4 {
|
|
3305
|
-
@apply mx-4
|
|
3305
|
+
@apply mx-4;
|
|
3306
3306
|
}
|
|
3307
3307
|
.ds-mx-xs-5 {
|
|
3308
|
-
@apply mx-5
|
|
3308
|
+
@apply mx-5;
|
|
3309
3309
|
}
|
|
3310
3310
|
.ds-mx-xs-6 {
|
|
3311
|
-
@apply mx-6
|
|
3311
|
+
@apply mx-6;
|
|
3312
3312
|
}
|
|
3313
3313
|
.ds-mx-xs-7 {
|
|
3314
|
-
@apply mx-7
|
|
3314
|
+
@apply mx-7;
|
|
3315
3315
|
}
|
|
3316
3316
|
.ds-mx-xs-8 {
|
|
3317
|
-
@apply mx-8
|
|
3317
|
+
@apply mx-8;
|
|
3318
3318
|
}
|
|
3319
3319
|
.ds-mx-xs-9 {
|
|
3320
|
-
@apply mx-9
|
|
3320
|
+
@apply mx-9;
|
|
3321
3321
|
}
|
|
3322
3322
|
.ds-mx-xs-10 {
|
|
3323
|
-
@apply mx-10
|
|
3323
|
+
@apply mx-10;
|
|
3324
3324
|
}
|
|
3325
3325
|
.ds-mx-xs-11 {
|
|
3326
|
-
@apply mx-11
|
|
3326
|
+
@apply mx-11;
|
|
3327
3327
|
}
|
|
3328
3328
|
.ds-mx-xs-12 {
|
|
3329
|
-
@apply mx-12
|
|
3329
|
+
@apply mx-12;
|
|
3330
3330
|
}
|
|
3331
3331
|
.ds-mx-xs-14 {
|
|
3332
|
-
@apply mx-14
|
|
3332
|
+
@apply mx-14;
|
|
3333
3333
|
}
|
|
3334
3334
|
.ds-mx-xs-16 {
|
|
3335
|
-
@apply mx-16
|
|
3335
|
+
@apply mx-16;
|
|
3336
3336
|
}
|
|
3337
3337
|
.ds-mx-xs-20 {
|
|
3338
|
-
@apply mx-20
|
|
3338
|
+
@apply mx-20;
|
|
3339
3339
|
}
|
|
3340
3340
|
.ds-mx-xs-24 {
|
|
3341
|
-
@apply mx-24
|
|
3341
|
+
@apply mx-24;
|
|
3342
3342
|
}
|
|
3343
3343
|
.ds-mx-xs-28 {
|
|
3344
|
-
@apply mx-28
|
|
3344
|
+
@apply mx-28;
|
|
3345
3345
|
}
|
|
3346
3346
|
.ds-mx-xs-32 {
|
|
3347
|
-
@apply mx-32
|
|
3347
|
+
@apply mx-32;
|
|
3348
3348
|
}
|
|
3349
3349
|
.ds-mx-xs-36 {
|
|
3350
|
-
@apply mx-36
|
|
3350
|
+
@apply mx-36;
|
|
3351
3351
|
}
|
|
3352
3352
|
.ds-mx-xs-40 {
|
|
3353
|
-
@apply mx-40
|
|
3353
|
+
@apply mx-40;
|
|
3354
3354
|
}
|
|
3355
3355
|
.ds-mx-xs-44 {
|
|
3356
|
-
@apply mx-44
|
|
3356
|
+
@apply mx-44;
|
|
3357
3357
|
}
|
|
3358
3358
|
.ds-mx-xs-48 {
|
|
3359
|
-
@apply mx-48
|
|
3359
|
+
@apply mx-48;
|
|
3360
3360
|
}
|
|
3361
3361
|
.ds-mx-xs-52 {
|
|
3362
|
-
@apply mx-52
|
|
3362
|
+
@apply mx-52;
|
|
3363
3363
|
}
|
|
3364
3364
|
.ds-mx-xs-56 {
|
|
3365
|
-
@apply mx-56
|
|
3365
|
+
@apply mx-56;
|
|
3366
3366
|
}
|
|
3367
3367
|
.ds-mx-xs-60 {
|
|
3368
|
-
@apply mx-60
|
|
3368
|
+
@apply mx-60;
|
|
3369
3369
|
}
|
|
3370
3370
|
.ds-mx-xs-64 {
|
|
3371
|
-
@apply mx-64
|
|
3371
|
+
@apply mx-64;
|
|
3372
3372
|
}
|
|
3373
3373
|
.ds-mx-xs-72 {
|
|
3374
|
-
@apply mx-72
|
|
3374
|
+
@apply mx-72;
|
|
3375
3375
|
}
|
|
3376
3376
|
.ds-mx-xs-80 {
|
|
3377
|
-
@apply mx-80
|
|
3377
|
+
@apply mx-80;
|
|
3378
3378
|
}
|
|
3379
3379
|
.ds-mx-xs-96 {
|
|
3380
|
-
@apply mx-96
|
|
3380
|
+
@apply mx-96;
|
|
3381
3381
|
}
|
|
3382
3382
|
.ds-mx-sm-0 {
|
|
3383
3383
|
@apply sm:mx-0 !important;
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
/** @type {import('postcss-load-config').Config} */
|
|
2
2
|
const config = {
|
|
3
3
|
plugins: [
|
|
4
|
-
require(
|
|
5
|
-
require(
|
|
6
|
-
require(
|
|
7
|
-
require(
|
|
8
|
-
require(
|
|
4
|
+
require('postcss-import'),
|
|
5
|
+
require('tailwindcss/nesting'),
|
|
6
|
+
require('tailwindcss')('./src/utilities/tailwind.config.js'),
|
|
7
|
+
require('autoprefixer'),
|
|
8
|
+
require('postcss-sort-media-queries'),
|
|
9
|
+
require('cssnano')({
|
|
9
10
|
preset: [
|
|
10
|
-
|
|
11
|
+
'default',
|
|
11
12
|
{
|
|
12
13
|
mergeRules: false,
|
|
13
14
|
},
|
package/src/utilities/print.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import
|
|
2
|
-
@import
|
|
3
|
-
@import
|
|
4
|
-
|
|
1
|
+
@import './gap.css';
|
|
2
|
+
@import './margin.css';
|
|
3
|
+
@import './padding.css';
|