1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 21:10:29 -04:00

wrong type of SASS comments

This commit is contained in:
Jake Jarvis 2019-12-28 23:04:57 -05:00
parent c2ed3faf47
commit bd1ab8f475
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
2 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ main#single {
height: auto; height: auto;
border: 0; border: 0;
/* stylelint-disable-next-line selector-pseudo-element-no-unknown */ // stylelint-disable-next-line selector-pseudo-element-no-unknown
&::cue { &::cue {
font-family: inherit; font-family: inherit;
} }
@ -98,7 +98,7 @@ main#single {
} }
} }
/* stylelint-disable-next-line selector-type-no-unknown */ // stylelint-disable-next-line selector-type-no-unknown
twitter-widget, twitter-widget,
iframe.twitter-tweet { iframe.twitter-tweet {
margin: 0 auto; margin: 0 auto;

View File

@ -30,7 +30,7 @@ main#video {
height: auto; height: auto;
font-family: inherit; // for subtitles font-family: inherit; // for subtitles
/* stylelint-disable-next-line selector-pseudo-element-no-unknown */ // stylelint-disable-next-line selector-pseudo-element-no-unknown
&::cue { &::cue {
font-family: inherit; font-family: inherit;
} }