diff options
| author | 2019-08-14 22:29:28 +0200 | |
|---|---|---|
| committer | 2019-08-14 22:29:28 +0200 | |
| commit | 20c38d7083b188a70ac78362cc6af4c521a479c3 (patch) | |
| tree | c50b13559b3f91067f56091193b56272fd9a8dd6 /docs/assets | |
| parent | 7fd88adeb081e2996cad48225bf0c74cfe8b90ef (diff) | |
[CI] Run stylelint (#2477)
* [CI] Run stylelint
Perform some basic CSS sanity checking and style enforcement.
I removed vendor prefixed linear-gradient and transform because those are from the IE9 era. With IE11 as a minimum and soon obsolete requirement it doesn't make much sense anymore.
* Remove as-link override
* Don't require newline after comment
* Also apply those newline rules to SCSS
* refine opening/closing braces, allow for single-line
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/css/style.scss | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/docs/assets/css/style.scss b/docs/assets/css/style.scss index f7fff902b..17ced012f 100644 --- a/docs/assets/css/style.scss +++ b/docs/assets/css/style.scss @@ -1,13 +1,10 @@ ---- ---- - @import "{{ site.theme }}"; .page-header .project-name a { - color: #fff; + color: #fff; - &:hover { - text-decoration: none; - opacity: .7; - } + &:hover { + text-decoration: none; + opacity: .7; + } } |
