Skip to content

Commit e4ba8cd

Browse files
chore: update tokens (#2805)
Co-authored-by: boosted-bot <boosted-bot@users.noreply.github.com> Co-authored-by: louismaxime.piton <louismaxime.piton@orange.com>
1 parent 282250d commit e4ba8cd

File tree

4 files changed

+437
-437
lines changed

4 files changed

+437
-437
lines changed

scss/_utilities.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ $utilities: map-merge(
148148
property: border,
149149
values: (
150150
null: var(--#{$prefix}border-width) var(--#{$prefix}border-style) var(--#{$prefix}border-color),
151-
"none": $ouds-border-width-none,
151+
"none": 0,
152152
),
153153
),
154154
// scss-docs-end utils-border-ouds
@@ -234,30 +234,30 @@ $utilities: map-merge(
234234
property: border-top,
235235
values: (
236236
null: var(--#{$prefix}border-width) var(--#{$prefix}border-style) var(--#{$prefix}border-color),
237-
"none": $ouds-border-width-none,
237+
"none": 0,
238238
),
239239
),
240240
"border-end-ouds": (
241241
property: border-right,
242242
class: border-end,
243243
values: (
244244
null: var(--#{$prefix}border-width) var(--#{$prefix}border-style) var(--#{$prefix}border-color),
245-
"none": $ouds-border-width-none,
245+
"none": 0,
246246
),
247247
),
248248
"border-bottom-ouds": (
249249
property: border-bottom,
250250
values: (
251251
null: var(--#{$prefix}border-width) var(--#{$prefix}border-style) var(--#{$prefix}border-color),
252-
"none": $ouds-border-width-none,
252+
"none": 0,
253253
),
254254
),
255255
"border-start-ouds": (
256256
property: border-left,
257257
class: border-start,
258258
values: (
259259
null: var(--#{$prefix}border-width) var(--#{$prefix}border-style) var(--#{$prefix}border-color),
260-
"none": $ouds-border-width-none,
260+
"none": 0,
261261
),
262262
),
263263
"border-width-ouds": (

scss/tests/customize/_ouds-web-bootstrap-grid.test.scss

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -590,12 +590,12 @@ $enable-bootstrap-compatibility: null !default;
590590

591591
.g-none,
592592
.gx-none {
593-
--bs-gutter-x: 0 !important;
593+
--bs-gutter-x: 0px !important;
594594
}
595595

596596
.g-none,
597597
.gy-none {
598-
--bs-gutter-y: 0 !important;
598+
--bs-gutter-y: 0px !important;
599599
}
600600

601601
.g-smash,
@@ -863,12 +863,12 @@ $enable-bootstrap-compatibility: null !default;
863863

864864
.g-xs-none,
865865
.gx-xs-none {
866-
--bs-gutter-x: 0 !important;
866+
--bs-gutter-x: 0px !important;
867867
}
868868

869869
.g-xs-none,
870870
.gy-xs-none {
871-
--bs-gutter-y: 0 !important;
871+
--bs-gutter-y: 0px !important;
872872
}
873873

874874
.g-xs-smash,
@@ -1137,12 +1137,12 @@ $enable-bootstrap-compatibility: null !default;
11371137

11381138
.g-sm-none,
11391139
.gx-sm-none {
1140-
--bs-gutter-x: 0 !important;
1140+
--bs-gutter-x: 0px !important;
11411141
}
11421142

11431143
.g-sm-none,
11441144
.gy-sm-none {
1145-
--bs-gutter-y: 0 !important;
1145+
--bs-gutter-y: 0px !important;
11461146
}
11471147

11481148
.g-sm-smash,
@@ -1411,12 +1411,12 @@ $enable-bootstrap-compatibility: null !default;
14111411

14121412
.g-md-none,
14131413
.gx-md-none {
1414-
--bs-gutter-x: 0 !important;
1414+
--bs-gutter-x: 0px !important;
14151415
}
14161416

14171417
.g-md-none,
14181418
.gy-md-none {
1419-
--bs-gutter-y: 0 !important;
1419+
--bs-gutter-y: 0px !important;
14201420
}
14211421

14221422
.g-md-smash,
@@ -1685,12 +1685,12 @@ $enable-bootstrap-compatibility: null !default;
16851685

16861686
.g-lg-none,
16871687
.gx-lg-none {
1688-
--bs-gutter-x: 0 !important;
1688+
--bs-gutter-x: 0px !important;
16891689
}
16901690

16911691
.g-lg-none,
16921692
.gy-lg-none {
1693-
--bs-gutter-y: 0 !important;
1693+
--bs-gutter-y: 0px !important;
16941694
}
16951695

16961696
.g-lg-smash,
@@ -1959,12 +1959,12 @@ $enable-bootstrap-compatibility: null !default;
19591959

19601960
.g-xl-none,
19611961
.gx-xl-none {
1962-
--bs-gutter-x: 0 !important;
1962+
--bs-gutter-x: 0px !important;
19631963
}
19641964

19651965
.g-xl-none,
19661966
.gy-xl-none {
1967-
--bs-gutter-y: 0 !important;
1967+
--bs-gutter-y: 0px !important;
19681968
}
19691969

19701970
.g-xl-smash,
@@ -2233,12 +2233,12 @@ $enable-bootstrap-compatibility: null !default;
22332233

22342234
.g-2xl-none,
22352235
.gx-2xl-none {
2236-
--bs-gutter-x: 0 !important;
2236+
--bs-gutter-x: 0px !important;
22372237
}
22382238

22392239
.g-2xl-none,
22402240
.gy-2xl-none {
2241-
--bs-gutter-y: 0 !important;
2241+
--bs-gutter-y: 0px !important;
22422242
}
22432243

22442244
.g-2xl-smash,
@@ -2507,12 +2507,12 @@ $enable-bootstrap-compatibility: null !default;
25072507

25082508
.g-3xl-none,
25092509
.gx-3xl-none {
2510-
--bs-gutter-x: 0 !important;
2510+
--bs-gutter-x: 0px !important;
25112511
}
25122512

25132513
.g-3xl-none,
25142514
.gy-3xl-none {
2515-
--bs-gutter-y: 0 !important;
2515+
--bs-gutter-y: 0px !important;
25162516
}
25172517

25182518
.g-3xl-smash,
@@ -2868,12 +2868,12 @@ $enable-bootstrap-compatibility: null !default;
28682868

28692869
.g-none,
28702870
.gx-none {
2871-
--bs-gutter-x: 0 !important;
2871+
--bs-gutter-x: 0px !important;
28722872
}
28732873

28742874
.g-none,
28752875
.gy-none {
2876-
--bs-gutter-y: 0 !important;
2876+
--bs-gutter-y: 0px !important;
28772877
}
28782878

28792879
.g-smash,
@@ -3201,12 +3201,12 @@ $enable-bootstrap-compatibility: null !default;
32013201

32023202
.g-xs-none,
32033203
.gx-xs-none {
3204-
--bs-gutter-x: 0 !important;
3204+
--bs-gutter-x: 0px !important;
32053205
}
32063206

32073207
.g-xs-none,
32083208
.gy-xs-none {
3209-
--bs-gutter-y: 0 !important;
3209+
--bs-gutter-y: 0px !important;
32103210
}
32113211

32123212
.g-xs-smash,
@@ -3535,12 +3535,12 @@ $enable-bootstrap-compatibility: null !default;
35353535

35363536
.g-sm-none,
35373537
.gx-sm-none {
3538-
--bs-gutter-x: 0 !important;
3538+
--bs-gutter-x: 0px !important;
35393539
}
35403540

35413541
.g-sm-none,
35423542
.gy-sm-none {
3543-
--bs-gutter-y: 0 !important;
3543+
--bs-gutter-y: 0px !important;
35443544
}
35453545

35463546
.g-sm-smash,
@@ -3869,12 +3869,12 @@ $enable-bootstrap-compatibility: null !default;
38693869

38703870
.g-md-none,
38713871
.gx-md-none {
3872-
--bs-gutter-x: 0 !important;
3872+
--bs-gutter-x: 0px !important;
38733873
}
38743874

38753875
.g-md-none,
38763876
.gy-md-none {
3877-
--bs-gutter-y: 0 !important;
3877+
--bs-gutter-y: 0px !important;
38783878
}
38793879

38803880
.g-md-smash,
@@ -4203,12 +4203,12 @@ $enable-bootstrap-compatibility: null !default;
42034203

42044204
.g-lg-none,
42054205
.gx-lg-none {
4206-
--bs-gutter-x: 0 !important;
4206+
--bs-gutter-x: 0px !important;
42074207
}
42084208

42094209
.g-lg-none,
42104210
.gy-lg-none {
4211-
--bs-gutter-y: 0 !important;
4211+
--bs-gutter-y: 0px !important;
42124212
}
42134213

42144214
.g-lg-smash,
@@ -4537,12 +4537,12 @@ $enable-bootstrap-compatibility: null !default;
45374537

45384538
.g-xl-none,
45394539
.gx-xl-none {
4540-
--bs-gutter-x: 0 !important;
4540+
--bs-gutter-x: 0px !important;
45414541
}
45424542

45434543
.g-xl-none,
45444544
.gy-xl-none {
4545-
--bs-gutter-y: 0 !important;
4545+
--bs-gutter-y: 0px !important;
45464546
}
45474547

45484548
.g-xl-smash,
@@ -4871,12 +4871,12 @@ $enable-bootstrap-compatibility: null !default;
48714871

48724872
.g-xxl-none,
48734873
.gx-xxl-none {
4874-
--bs-gutter-x: 0 !important;
4874+
--bs-gutter-x: 0px !important;
48754875
}
48764876

48774877
.g-xxl-none,
48784878
.gy-xxl-none {
4879-
--bs-gutter-y: 0 !important;
4879+
--bs-gutter-y: 0px !important;
48804880
}
48814881

48824882
.g-xxl-smash,
@@ -5205,12 +5205,12 @@ $enable-bootstrap-compatibility: null !default;
52055205

52065206
.g-2xl-none,
52075207
.gx-2xl-none {
5208-
--bs-gutter-x: 0 !important;
5208+
--bs-gutter-x: 0px !important;
52095209
}
52105210

52115211
.g-2xl-none,
52125212
.gy-2xl-none {
5213-
--bs-gutter-y: 0 !important;
5213+
--bs-gutter-y: 0px !important;
52145214
}
52155215

52165216
.g-2xl-smash,
@@ -5539,12 +5539,12 @@ $enable-bootstrap-compatibility: null !default;
55395539

55405540
.g-3xl-none,
55415541
.gx-3xl-none {
5542-
--bs-gutter-x: 0 !important;
5542+
--bs-gutter-x: 0px !important;
55435543
}
55445544

55455545
.g-3xl-none,
55465546
.gy-3xl-none {
5547-
--bs-gutter-y: 0 !important;
5547+
--bs-gutter-y: 0px !important;
55485548
}
55495549

55505550
.g-3xl-smash,

0 commit comments

Comments
 (0)