summaryrefslogtreecommitdiff
path: root/.scss-lint.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add comments to the SCSS Lint config file [ci skip]connorshea2016-04-041-0/+105
| | | | Also add some previously missing linters.
* Enable SpaceBeforeBrace rule for SCSS Lintconnorshea2016-03-301-1/+2
| | | | | Also resolve all instances of spaces not being included before opening braces.
* Disabled SelectorFormat rule for SCSS Lint in order to get the Rake task ↵connorshea2016-03-181-1/+1
| | | | | | | | passing sooner. Discussed in #14299. [ci skip]
* Add SCSS Lint, CSSComb config file, run SCSS Lint in GitLab CI, add ↵connorshea2016-03-141-0/+158
documentation for SCSS Style Guide. See !3069 for more information.