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:
parent
c2ed3faf47
commit
bd1ab8f475
@ -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;
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user