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:
authorClement Ho <ClemMakesApps@gmail.com>2016-10-24 23:58:50 +0300
committerClement Ho <ClemMakesApps@gmail.com>2016-10-26 20:06:07 +0300
commitd698ec0ebd494a9e3948544d95ae653c61db61bf (patch)
treeb7c16d1d7d0eef5d6b27779ee5469139ea921efd /.scss-lint.yml
parent2fc359a506b5997cb65b6d5f2f5c85df98fd1c69 (diff)
Enable PseudoElement in scss-lint
Diffstat (limited to '.scss-lint.yml')
-rw-r--r--.scss-lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scss-lint.yml b/.scss-lint.yml
index 5c8e5ac0758..aae8d9b6dbe 100644
--- a/.scss-lint.yml
+++ b/.scss-lint.yml
@@ -143,7 +143,7 @@ linters:
# with two colons. Pseudo-classes, like :hover and :first-child, should
# be declared with one colon.
PseudoElement:
- enabled: false
+ enabled: true
# Avoid qualifying elements in selectors (also known as "tag-qualifying").
QualifyingElement: