diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-20 14:51:29 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-20 14:51:29 +0100 |
commit | 035db86dd84c51a3cba8ed00282c03097e72395d (patch) | |
tree | d19b0f9317f31d306b703051d2b1f92cbf5c3579 /client/src/app/shared/shared-main | |
parent | 44f01f032faee3b29a9e01932b285340f9ce2a6a (diff) | |
download | PeerTube-035db86dd84c51a3cba8ed00282c03097e72395d.tar.gz PeerTube-035db86dd84c51a3cba8ed00282c03097e72395d.tar.zst PeerTube-035db86dd84c51a3cba8ed00282c03097e72395d.zip |
Fix angular build, again
Maybe a bug in the sass loader
Diffstat (limited to 'client/src/app/shared/shared-main')
-rw-r--r-- | client/src/app/shared/shared-main/video/embed.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-main/video/embed.component.scss b/client/src/app/shared/shared-main/video/embed.component.scss index 420ba6f23..23ec23e8b 100644 --- a/client/src/app/shared/shared-main/video/embed.component.scss +++ b/client/src/app/shared/shared-main/video/embed.component.scss | |||
@@ -1,5 +1,5 @@ | |||
1 | @use '_mixins' as *; | ||
2 | @use '_variables' as *; | 1 | @use '_variables' as *; |
2 | @use '_mixins' as *; | ||
3 | 3 | ||
4 | .screenratio { | 4 | .screenratio { |
5 | @include block-ratio($selector: 'div, ::ng-deep iframe') { | 5 | @include block-ratio($selector: 'div, ::ng-deep iframe') { |