Skip to content

Commit 09f4107

Browse files
committed
allow @include
- @import is css native, d'oh
1 parent 4bf128b commit 09f4107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = {
4141
'max-empty-lines': 2,
4242
'selector-max-id': 0,
4343
'at-rule-no-unknown': [true, {
44-
'ignoreAtRules': ['extend', 'import', 'mixin']
44+
'ignoreAtRules': ['extend', 'include', 'mixin']
4545
}]
4646
}
4747
}

0 commit comments

Comments
 (0)