aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
diff options
context:
space:
mode:
authorGravatar Frans de Jonge <fransdejonge@gmail.com> 2019-08-14 22:29:28 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-08-14 22:29:28 +0200
commit20c38d7083b188a70ac78362cc6af4c521a479c3 (patch)
treec50b13559b3f91067f56091193b56272fd9a8dd6 /docs/assets
parent7fd88adeb081e2996cad48225bf0c74cfe8b90ef (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.scss13
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;
+ }
}