1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-13 02:05:28 -04:00

wrong type of SASS comments

This commit is contained in:
2019-12-28 23:04:57 -05:00
parent c2ed3faf47
commit bd1ab8f475
2 changed files with 3 additions and 3 deletions
+2 -2
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;
+1 -1
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;
} }