Skip to content

Commit

Permalink
chore(stylelint): ignore unknown at-rule to fix build error
Browse files Browse the repository at this point in the history
Signed-off-by: Franziska Bath <[email protected]>
  • Loading branch information
fracado committed Sep 9, 2024
1 parent 796ab3d commit 49ec2fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stylelint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
module.exports = {
extends: 'stylelint-config-recommended-vue',
rules: {
'at-rule-no-unknown': null,
},
}

0 comments on commit 49ec2fd

Please sign in to comment.