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-02-07 07:04:07 +0300
committerEvan Read <eread@gitlab.com>2022-02-07 07:04:07 +0300
commiteddba0b40d84717e99d068d52c4991c2b9c4fc05 (patch)
tree67ece4fe843fe9c9a25d7d268f8b1aa584d5b270 /.stylelintrc
parent327ef0f0912456bb5abaf1c7d6b320843b46ae28 (diff)
Remove custom syntax settings
Diffstat (limited to '.stylelintrc')
-rw-r--r--.stylelintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.stylelintrc b/.stylelintrc
index 2ed482cc..9890ace1 100644
--- a/.stylelintrc
+++ b/.stylelintrc
@@ -1,6 +1,5 @@
{
"extends": "@gitlab/stylelint-config",
- "customSyntax": "postcss-scss",
"ignoreFiles": [
"content/assets/stylesheets/highlight.scss"
],