1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-18 22:05:29 -04:00

mainly lint adjustments

This commit is contained in:
2020-01-27 09:34:55 -05:00
parent 6c1020e56e
commit e99da04e2f
7 changed files with 17 additions and 43 deletions

View File

@@ -10,6 +10,7 @@ span.wave {
transform-origin: 70% 70%;
}
// stylelint-disable indentation
@keyframes wave {
0% { transform: rotate( 0.0deg); }
10% { transform: rotate(-10.0deg); }

View File

@@ -31,12 +31,6 @@ main#video {
video {
width: $responsive-width;
height: auto;
// Subtitle caption styling
// stylelint-disable-next-line selector-pseudo-element-no-unknown
&::cue {
font-family: inherit;
}
}
}