Skip to content

Commit 6964a22

Browse files
authored
refactor: replace renamed CSS property (#982)
1 parent f52e0d3 commit 6964a22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_patterns/01-elements/_form-elements.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@
115115
float: right;
116116
}
117117

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

0 commit comments

Comments
 (0)