Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable the EmptyRule SCSS Linter. | Connor Shea | 2016-04-16 | 1 | -1/+1 |
| | | | | | | Prevents empty SCSS rules from being included in the SCSS. Also fixes the handful of lints caught by the linter. | ||||
* | Add comments to the SCSS Lint config file [ci skip] | connorshea | 2016-04-04 | 1 | -0/+105 |
| | | | | Also add some previously missing linters. | ||||
* | Enable SpaceBeforeBrace rule for SCSS Lint | connorshea | 2016-03-30 | 1 | -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 ↵ | connorshea | 2016-03-18 | 1 | -1/+1 |
| | | | | | | | | passing sooner. Discussed in #14299. [ci skip] | ||||
* | Add SCSS Lint, CSSComb config file, run SCSS Lint in GitLab CI, add ↵ | connorshea | 2016-03-14 | 1 | -0/+158 |
documentation for SCSS Style Guide. See !3069 for more information. |