Skip to content

Commit

Permalink
Added object position for images
Browse files Browse the repository at this point in the history
  • Loading branch information
Majeri Iarina committed Apr 29, 2024
1 parent d7b22b7 commit 3eb747d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions scss/_utilities.scss
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 3eb747d

Please sign in to comment.