Skip to content

Commit

Permalink
Merge 3eb747d into d7b22b7
Browse files Browse the repository at this point in the history
  • Loading branch information
IarinaX committed Apr 29, 2024
2 parents d7b22b7 + 3eb747d commit 91760cb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions scss/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ $utilities: () !default;
// stylelint-disable-next-line scss/dollar-variable-default
$utilities: map-merge(
(
// scss-docs-end utils-overflow
// scss-docs-start utils-display
"object-position": (
responsive: true,
print: true,
property: object-position,
class: object-position,
values: (
center: center,
tleft: top left,
tright: top right,
tcenter: top center,
bleft: bottom left,
bright: bottom right,
bcenter: bottom center,
)
),


// scss-docs-start utils-vertical-align
"align": (
property: vertical-align,
Expand Down

0 comments on commit 91760cb

Please sign in to comment.