Skip to content

Commit

Permalink
fix(skeleton): adjust to work with any text-align property (#17737)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonjoseph authored Oct 14, 2024
1 parent 781bfed commit 98b7c28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/styles/scss/utilities/_skeleton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
block-size: 100%;
content: '';
inline-size: 100%;
inset-inline-start: 0;
will-change: transform-origin, transform, opacity;

@media (prefers-reduced-motion: reduce) {
Expand Down

0 comments on commit 98b7c28

Please sign in to comment.