Skip to content

Commit

Permalink
Change selector-not-notation to "simple"
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceninja committed Aug 22, 2022
1 parent fbbb65a commit 243f8e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions __tests__/standard-scss/valid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,7 @@ $theme-colors: (
from { opacity: 0%; }
to { opacity: 100%; }
}

:not(a):not(div) {
color: red;
}
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ module.exports = {
ignore: ['after-comment'],
},
],
'selector-not-notation': 'simple', // @see https://github.com/cloudfour/cloudfour.com-patterns/pull/1992#issuecomment-1201454396
'value-keyword-case': [
'lower',
{
Expand Down

0 comments on commit 243f8e2

Please sign in to comment.