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-06-08 18:29:06 +0300
committerGitHub <noreply@github.com>2021-06-08 18:29:06 +0300
commitbcf25eff48865b10647b1cbd0c1aa8582ae6a589 (patch)
tree67eea95083fa90a49265e5ccb365f8c983c5871d
parent4681e83600baa9b1d0a090d3b1c72ae1d101ec30 (diff)
SCSS: Disable `no-invalid-position-at-import-rule` (#118)
-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',