diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2016-10-24 15:58:50 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2016-10-26 12:06:07 -0500 |
commit | d698ec0ebd494a9e3948544d95ae653c61db61bf (patch) | |
tree | b7c16d1d7d0eef5d6b27779ee5469139ea921efd /.scss-lint.yml | |
parent | 2fc359a506b5997cb65b6d5f2f5c85df98fd1c69 (diff) | |
download | gitlab-ce-d698ec0ebd494a9e3948544d95ae653c61db61bf.tar.gz |
Enable PseudoElement in scss-lintenable-scss-lint-pseudo-element
Diffstat (limited to '.scss-lint.yml')
-rw-r--r-- | .scss-lint.yml | 2 |
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: |