Skip to content

Commit 94dc18a

Browse files
committed
Stylelint auto-fixes
1 parent 54841fe commit 94dc18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/overlay/overlay.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ $primer-borderRadius-large: 0.75rem;
255255

256256
@mixin Overlay-backdrop--transparent() {
257257
position: absolute;
258-
background-color: transparent;
259258
z-index: 999;
259+
background-color: transparent;
260260
}
261261

262262
// variants must be mixins so we can extend within a media query (@extend is not supported inside media queries)

0 commit comments

Comments
 (0)