| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Enable the UrlFormat and UrlQuotes SCSS Linters.
There were no lints to fix for this one, so it's just preventative.
UrlFormat: URLs should be valid and not contain protocols or domain names.
UrlQuotes: URLs should always be enclosed within quotes.
cc: @jschatz1
See merge request !3770
|
| | |
|
|/
|
|
|
|
| |
Prevents empty SCSS rules from being included in the SCSS.
Also fixes the handful of lints caught by the linter.
|
|
|
|
| |
Also add some previously missing linters.
|
|
|
|
|
| |
Also resolve all instances of spaces not being included before opening
braces.
|
|
|
|
|
|
|
|
| |
passing sooner.
Discussed in #14299.
[ci skip]
|
|
documentation for SCSS Style Guide.
See !3069 for more information.
|