Skip to content

Commit

Permalink
fix: fix false alarm for using css in js in media queries
Browse files Browse the repository at this point in the history
affects: @medly/stylelint-config
  • Loading branch information
gmukul01 committed Jan 28, 2023
1 parent 346f569 commit a4df717
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/stylelint-config/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"ignoreUnits": ["`"]
}
],
"selector-type-no-unknown": [
true,
{
"ignoreTypes": ["/-styled-mixin/"]
}
],
"function-name-case": null
}
}

0 comments on commit a4df717

Please sign in to comment.