Skip to content

Commit

Permalink
Upgrade to [email protected], remove workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Jun 4, 2024
1 parent 2ec903d commit 72cf976
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 19 deletions.
7 changes: 0 additions & 7 deletions index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ const config = {
ignoreAtRules: ['tailwind', 'theme'],
},
],
// Disable to avoid problems with Tailwind CSS direct
// children selector classes eg. `*:w-full`
//
// TODO: Remove if support or a workaround gets added for
// Tailwind CSS direct children selector classes
// - https://github.com/stylelint-scss/stylelint-scss/issues/999
'scss/operator-no-unspaced': null,
},
},
{
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"vitest": "1.6.0"
},
"peerDependencies": {
"stylelint": "^16.6.1"
"stylelint": "^16.6.1",
"stylelint-scss": "^6.3.1"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
20 changes: 9 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 72cf976

Please sign in to comment.