Swap sass for plain CSS

This commit is contained in:
Oliver Davies 2019-03-09 08:15:13 +00:00
parent 2c30a88d53
commit 5cf2312233
18 changed files with 111 additions and 123 deletions

View file

@ -0,0 +1,6 @@
.talk-video {
iframe,
embed {
@apply absolute h-full pin-l pin-t w-full
}
}