Skip to content

Commit

Permalink
update dependencies (#88)
Browse files Browse the repository at this point in the history
- `npm audit fix`
- update minor and patch dependencies
  • Loading branch information
irahopkinson authored Dec 13, 2024
1 parent 37719a3 commit 5440623
Show file tree
Hide file tree
Showing 4 changed files with 1,092 additions and 1,748 deletions.
7 changes: 7 additions & 0 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ module.exports = {
'no-descending-specificity': null,
'selector-max-compound-selectors': 4,
'selector-max-id': 1,
'at-rule-no-unknown': null,
'scss/at-rule-no-unknown': [
true,
{
ignoreAtRules: ['tailwind', 'apply', 'layer', 'screen', 'variants'],
},
],
},
};

Expand Down
Loading

0 comments on commit 5440623

Please sign in to comment.