Use Laravel Mix

This commit is contained in:
Oliver Davies 2019-11-12 09:45:06 +00:00
parent ee18292499
commit c418a1b8d6
21 changed files with 11079 additions and 7274 deletions

View file

@ -1,7 +1,9 @@
.video-full
@apply w-full relative
padding-top: 56.25%
.video-full {
@apply w-full relative;
padding-top: 56.25%;
iframe,
embed
embed {
@apply absolute h-full left-0 top-0 w-full
}
}