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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-09-30 21:11:31 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-09-30 21:11:31 +0300
commitc753fd0bf4a5cc09f69941daef0f6fe99d61f20e (patch)
tree9aee7f1af879446f226d7a67c149c817ace3f69f /.stylelintrc
parenteaec42f9e37fe51f9c53fa7079639ec9f4c40efc (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.stylelintrc')
-rw-r--r--.stylelintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.stylelintrc b/.stylelintrc
index a4331811eb3..488e34dd7d4 100644
--- a/.stylelintrc
+++ b/.stylelintrc
@@ -13,6 +13,7 @@
"./scripts/frontend/stylelint/stylelint-utility-classes.js",
],
"rules":{
+ "at-rule-disallowed-list": ["extend"],
"max-nesting-depth": [
3,
{