Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/stylelint-config-twbs-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/index.js b/scss/index.js
index abb68d3..89404c3 100644
--- a/scss/index.js
+++ b/scss/index.js
@@ -7,6 +7,7 @@ module.exports = {
],
'rules': {
'at-rule-no-unknown': null,
+ 'no-invalid-position-at-import-rule': null,
'scss/at-function-named-arguments': 'never',
'scss/at-function-pattern': '^[a-z][a-z-]*$',
'scss/at-function-parentheses-space-before': 'never',