Skip to content

Commit

Permalink
chore: update tokens (#2805)
Browse files Browse the repository at this point in the history
Co-authored-by: boosted-bot <[email protected]>
Co-authored-by: louismaxime.piton <[email protected]>
  • Loading branch information
3 people authored Dec 3, 2024
1 parent 282250d commit e4ba8cd
Show file tree
Hide file tree
Showing 4 changed files with 437 additions and 437 deletions.
10 changes: 5 additions & 5 deletions scss/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ $utilities: map-merge(
property: border,
values: (
null: var(--#{$prefix}border-width) var(--#{$prefix}border-style) var(--#{$prefix}border-color),
"none": $ouds-border-width-none,
"none": 0,
),
),
// scss-docs-end utils-border-ouds
Expand Down Expand Up @@ -234,30 +234,30 @@ $utilities: map-merge(
property: border-top,
values: (
null: var(--#{$prefix}border-width) var(--#{$prefix}border-style) var(--#{$prefix}border-color),
"none": $ouds-border-width-none,
"none": 0,
),
),
"border-end-ouds": (
property: border-right,
class: border-end,
values: (
null: var(--#{$prefix}border-width) var(--#{$prefix}border-style) var(--#{$prefix}border-color),
"none": $ouds-border-width-none,
"none": 0,
),
),
"border-bottom-ouds": (
property: border-bottom,
values: (
null: var(--#{$prefix}border-width) var(--#{$prefix}border-style) var(--#{$prefix}border-color),
"none": $ouds-border-width-none,
"none": 0,
),
),
"border-start-ouds": (
property: border-left,
class: border-start,
values: (
null: var(--#{$prefix}border-width) var(--#{$prefix}border-style) var(--#{$prefix}border-color),
"none": $ouds-border-width-none,
"none": 0,
),
),
"border-width-ouds": (
Expand Down
68 changes: 34 additions & 34 deletions scss/tests/customize/_ouds-web-bootstrap-grid.test.scss
Original file line number Diff line number Diff line change
Expand Up @@ -590,12 +590,12 @@ $enable-bootstrap-compatibility: null !default;

.g-none,
.gx-none {
--bs-gutter-x: 0 !important;
--bs-gutter-x: 0px !important;
}

.g-none,
.gy-none {
--bs-gutter-y: 0 !important;
--bs-gutter-y: 0px !important;
}

.g-smash,
Expand Down Expand Up @@ -863,12 +863,12 @@ $enable-bootstrap-compatibility: null !default;

.g-xs-none,
.gx-xs-none {
--bs-gutter-x: 0 !important;
--bs-gutter-x: 0px !important;
}

.g-xs-none,
.gy-xs-none {
--bs-gutter-y: 0 !important;
--bs-gutter-y: 0px !important;
}

.g-xs-smash,
Expand Down Expand Up @@ -1137,12 +1137,12 @@ $enable-bootstrap-compatibility: null !default;

.g-sm-none,
.gx-sm-none {
--bs-gutter-x: 0 !important;
--bs-gutter-x: 0px !important;
}

.g-sm-none,
.gy-sm-none {
--bs-gutter-y: 0 !important;
--bs-gutter-y: 0px !important;
}

.g-sm-smash,
Expand Down Expand Up @@ -1411,12 +1411,12 @@ $enable-bootstrap-compatibility: null !default;

.g-md-none,
.gx-md-none {
--bs-gutter-x: 0 !important;
--bs-gutter-x: 0px !important;
}

.g-md-none,
.gy-md-none {
--bs-gutter-y: 0 !important;
--bs-gutter-y: 0px !important;
}

.g-md-smash,
Expand Down Expand Up @@ -1685,12 +1685,12 @@ $enable-bootstrap-compatibility: null !default;

.g-lg-none,
.gx-lg-none {
--bs-gutter-x: 0 !important;
--bs-gutter-x: 0px !important;
}

.g-lg-none,
.gy-lg-none {
--bs-gutter-y: 0 !important;
--bs-gutter-y: 0px !important;
}

.g-lg-smash,
Expand Down Expand Up @@ -1959,12 +1959,12 @@ $enable-bootstrap-compatibility: null !default;

.g-xl-none,
.gx-xl-none {
--bs-gutter-x: 0 !important;
--bs-gutter-x: 0px !important;
}

.g-xl-none,
.gy-xl-none {
--bs-gutter-y: 0 !important;
--bs-gutter-y: 0px !important;
}

.g-xl-smash,
Expand Down Expand Up @@ -2233,12 +2233,12 @@ $enable-bootstrap-compatibility: null !default;

.g-2xl-none,
.gx-2xl-none {
--bs-gutter-x: 0 !important;
--bs-gutter-x: 0px !important;
}

.g-2xl-none,
.gy-2xl-none {
--bs-gutter-y: 0 !important;
--bs-gutter-y: 0px !important;
}

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

.g-3xl-none,
.gx-3xl-none {
--bs-gutter-x: 0 !important;
--bs-gutter-x: 0px !important;
}

.g-3xl-none,
.gy-3xl-none {
--bs-gutter-y: 0 !important;
--bs-gutter-y: 0px !important;
}

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

.g-none,
.gx-none {
--bs-gutter-x: 0 !important;
--bs-gutter-x: 0px !important;
}

.g-none,
.gy-none {
--bs-gutter-y: 0 !important;
--bs-gutter-y: 0px !important;
}

.g-smash,
Expand Down Expand Up @@ -3201,12 +3201,12 @@ $enable-bootstrap-compatibility: null !default;

.g-xs-none,
.gx-xs-none {
--bs-gutter-x: 0 !important;
--bs-gutter-x: 0px !important;
}

.g-xs-none,
.gy-xs-none {
--bs-gutter-y: 0 !important;
--bs-gutter-y: 0px !important;
}

.g-xs-smash,
Expand Down Expand Up @@ -3535,12 +3535,12 @@ $enable-bootstrap-compatibility: null !default;

.g-sm-none,
.gx-sm-none {
--bs-gutter-x: 0 !important;
--bs-gutter-x: 0px !important;
}

.g-sm-none,
.gy-sm-none {
--bs-gutter-y: 0 !important;
--bs-gutter-y: 0px !important;
}

.g-sm-smash,
Expand Down Expand Up @@ -3869,12 +3869,12 @@ $enable-bootstrap-compatibility: null !default;

.g-md-none,
.gx-md-none {
--bs-gutter-x: 0 !important;
--bs-gutter-x: 0px !important;
}

.g-md-none,
.gy-md-none {
--bs-gutter-y: 0 !important;
--bs-gutter-y: 0px !important;
}

.g-md-smash,
Expand Down Expand Up @@ -4203,12 +4203,12 @@ $enable-bootstrap-compatibility: null !default;

.g-lg-none,
.gx-lg-none {
--bs-gutter-x: 0 !important;
--bs-gutter-x: 0px !important;
}

.g-lg-none,
.gy-lg-none {
--bs-gutter-y: 0 !important;
--bs-gutter-y: 0px !important;
}

.g-lg-smash,
Expand Down Expand Up @@ -4537,12 +4537,12 @@ $enable-bootstrap-compatibility: null !default;

.g-xl-none,
.gx-xl-none {
--bs-gutter-x: 0 !important;
--bs-gutter-x: 0px !important;
}

.g-xl-none,
.gy-xl-none {
--bs-gutter-y: 0 !important;
--bs-gutter-y: 0px !important;
}

.g-xl-smash,
Expand Down Expand Up @@ -4871,12 +4871,12 @@ $enable-bootstrap-compatibility: null !default;

.g-xxl-none,
.gx-xxl-none {
--bs-gutter-x: 0 !important;
--bs-gutter-x: 0px !important;
}

.g-xxl-none,
.gy-xxl-none {
--bs-gutter-y: 0 !important;
--bs-gutter-y: 0px !important;
}

.g-xxl-smash,
Expand Down Expand Up @@ -5205,12 +5205,12 @@ $enable-bootstrap-compatibility: null !default;

.g-2xl-none,
.gx-2xl-none {
--bs-gutter-x: 0 !important;
--bs-gutter-x: 0px !important;
}

.g-2xl-none,
.gy-2xl-none {
--bs-gutter-y: 0 !important;
--bs-gutter-y: 0px !important;
}

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

.g-3xl-none,
.gx-3xl-none {
--bs-gutter-x: 0 !important;
--bs-gutter-x: 0px !important;
}

.g-3xl-none,
.gy-3xl-none {
--bs-gutter-y: 0 !important;
--bs-gutter-y: 0px !important;
}

.g-3xl-smash,
Expand Down
Loading

0 comments on commit e4ba8cd

Please sign in to comment.