Skip to content

Commit

Permalink
Add position-try-fallbacks to stylelint config.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrause committed Nov 17, 2024
1 parent 86f70e2 commit fbbb272
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stylelint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ export default {
],
'scss/dollar-variable-empty-line-before': null,

'property-no-unknown': [
true,
{ ignoreProperties: ['position-try-fallbacks'] },
],
'scss/at-rule-no-unknown': [
true,
{ ignoreAtRules: ['scope', 'position-try'] },
Expand Down

0 comments on commit fbbb272

Please sign in to comment.