Skip to content

Commit

Permalink
fix: add ignores to at-rule-no-unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiorodriguez committed Jul 31, 2017
1 parent b870e74 commit 9952d30
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"extends": "stylelint-config-standard",
"rules": {
"at-rule-no-unknown": [
true,
{
"ignoreAtRules": [
"include",
"extend",
"if",
"content",
"each",
"return",
"mixin",
"function"
]
}
],
"property-no-unknown": [
true,
{
Expand Down

0 comments on commit 9952d30

Please sign in to comment.