Skip to content

Commit

Permalink
[TASK] Allow deprecated @apply rule
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Jan 14, 2025
1 parent ed2def1 commit e321306
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"extends": "stylelint-config-standard",
"rules": {
"at-rule-no-deprecated": [
true,
{
"ignoreAtRules": [
"apply"
]
}
],
"at-rule-no-unknown": [
true,
{
Expand Down

0 comments on commit e321306

Please sign in to comment.