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:
Diffstat (limited to 'scss/index.js')
-rw-r--r--scss/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/index.js b/scss/index.js
index 89404c3..abb68d3 100644
--- a/scss/index.js
+++ b/scss/index.js
@@ -7,7 +7,6 @@ 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',