Skip to content

Commit

Permalink
refactor: replace renamed CSS property (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Sep 27, 2024
1 parent f52e0d3 commit 6964a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/_patterns/01-elements/_form-elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@
float: right;
}

@supports (inset-area: block-end span-inline-start) {
@supports (position-area: block-end span-inline-start) {
&:not(:has(+ .description)) {
position: absolute;
// stylelint-disable-next-line property-no-unknown
inset-area: block-end span-inline-start;
position-area: block-end span-inline-start;
}
}

Expand Down

0 comments on commit 6964a22

Please sign in to comment.