Skip to content

Commit 4e94daa

Browse files
committed
fix(stylelint): move disable to following line for #__next selector
1 parent c0736ae commit 4e94daa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/wethegit-components/src/styles/reset.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ h6 {
7676
}
7777

7878
/* Create a root stacking context */
79-
/* stylelint-disable-next-line selector-id-pattern */
8079
#root,
80+
/* stylelint-disable-next-line selector-id-pattern */
8181
#__next {
8282
isolation: isolate;
8383
}

0 commit comments

Comments
 (0)