Skip to content

Commit

Permalink
🚨🔧 Add no-import config to .stylelintrc to use @use instead of @import
Browse files Browse the repository at this point in the history
  • Loading branch information
Balaji-Sridharan_NYULH authored and Balaji-Sridharan_NYULH committed Nov 25, 2024
1 parent 0d8f92b commit 0a9c694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

"rules": {
"at-rule-no-unknown": null,
"at-rule-disallowed-list": ["import"],
"scss/at-rule-no-unknown": true,
"scss/dollar-variable-pattern": null,
"scss/at-import-partial-extension": null,
Expand Down

0 comments on commit 0a9c694

Please sign in to comment.