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:
authorXhmikosR <xhmikosr@gmail.com>2021-07-19 19:31:00 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-07-19 19:31:00 +0300
commiteebc801cedc4fb473ecb2b8b7eacfdaadf95e28d (patch)
tree9919f1bf495fbe4fc70a7daa4939ec7ee67d6f50
parent7e48bcefb4c2e1bc5efaa6a1acf9e34986cbd438 (diff)
Revert the scss/index.js change from 6ca0b2e
-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',