diff options
| author | Chris Rebert <[email protected]> | 2015-12-01 02:05:37 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-01 02:05:37 -0800 |
| commit | c15e9fb9add38f452f3e3b89bd04536fc7b195ae (patch) | |
| tree | 34611c8e181204c0217c14748026676842eb92d1 | |
| parent | e458c7b0e622ffec8b7e1371efbcec7138ebdb19 (diff) | |
| download | bootstrap-c15e9fb9add38f452f3e3b89bd04536fc7b195ae.tar.xz bootstrap-c15e9fb9add38f452f3e3b89bd04536fc7b195ae.zip | |
SCSS Lint: enable PseudoElement check
| -rw-r--r-- | scss/.scss-lint.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scss/.scss-lint.yml b/scss/.scss-lint.yml index 35ce8194f..5117da2af 100644 --- a/scss/.scss-lint.yml +++ b/scss/.scss-lint.yml @@ -381,6 +381,9 @@ linters: enabled: true extra_properties: [] + PseudoElement: + enabled: true + QualifyingElement: enabled: false allow_element_with_attribute: false |
