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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-01-31 09:52:07 +0300
committerMarcel Amirault <mamirault@gitlab.com>2022-01-31 09:52:07 +0300
commit9c1da89a5e060c4039e39a72cfabe68028f42d17 (patch)
treea20d433465b6f4b02df91e15b28c45e790869618 /.stylelintrc
parentd9e12b36694c3f5c546495a2b517a2eece2434d7 (diff)
Add stylelint, postcss, and postcss-scss. Update gitlab-ui and gitlab-stylelint-config
Diffstat (limited to '.stylelintrc')
-rw-r--r--.stylelintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.stylelintrc b/.stylelintrc
index 9890ace1..2ed482cc 100644
--- a/.stylelintrc
+++ b/.stylelintrc
@@ -1,5 +1,6 @@
{
"extends": "@gitlab/stylelint-config",
+ "customSyntax": "postcss-scss",
"ignoreFiles": [
"content/assets/stylesheets/highlight.scss"
],