Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcosta7 committed Apr 23, 2024
1 parent 7b0cddd commit c11b380
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions __tests__/__fixtures__/good/example.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,10 @@
}

.details {
/* stylelint-disable-next-line max-nesting-depth */
&[open] .down-icon {
display: none !important;
}

/* stylelint-disable-next-line max-nesting-depth */
&:not([open]) .up-icon {
display: none !important;
}
Expand Down
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ export default {
'primer/typography': null,
'primer/box-shadow': null,
'primer/utilities': null,
'scss/selector-no-redundant-nesting-selector': null,
},
},
],
Expand Down

0 comments on commit c11b380

Please sign in to comment.