Skip to content

Commit

Permalink
disable stylelint at rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejcodes committed Apr 3, 2021
1 parent 9396809 commit 634bfc8
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .config/.stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,7 @@ module.exports = {
* add custom rules
* docs: https://stylelint.io/user-guide/rules/list
*/
'at-rule-no-unknown': [
true,
{
ignoreAtRules: [
'tailwind',
'apply',
'variants',
'responsive',
'screen',
'layer'
]
}
],
'at-rule-no-unknown': null,
'no-descending-specificity': null
}
}

0 comments on commit 634bfc8

Please sign in to comment.