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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Veyssier <eneiluj@posteo.net>2021-12-30 14:11:55 +0300
committerJulien Veyssier <eneiluj@posteo.net>2021-12-30 14:11:55 +0300
commitf2c0824227004e7a99d5c2955d14e90dd70d6bad (patch)
tree446a393139095f4457c5c2b9970a3b7ab2086ba7 /.stylelintrc.js
parent34ba291e522c15b96e8aac14904ea10793612fe6 (diff)
fix stylelint config and one css import
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Diffstat (limited to '.stylelintrc.js')
-rw-r--r--.stylelintrc.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/.stylelintrc.js b/.stylelintrc.js
index 573587019..d3acdcc1d 100644
--- a/.stylelintrc.js
+++ b/.stylelintrc.js
@@ -1,3 +1,5 @@
const stylelintConfig = require('@nextcloud/stylelint-config')
+stylelintConfig.rules['no-invalid-position-at-import-rule'] = null
+
module.exports = stylelintConfig