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 | |
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')
5 files changed, 5 insertions, 5 deletions
diff --git a/client/src/app/shared/shared-abuse-list/abuse-list-table.component.scss b/client/src/app/shared/shared-abuse-list/abuse-list-table.component.scss index 4852f2e8b..2d5c77ea4 100644 --- a/client/src/app/shared/shared-abuse-list/abuse-list-table.component.scss +++ b/client/src/app/shared/shared-abuse-list/abuse-list-table.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 | .comment-flagged-account, | 4 | .comment-flagged-account, |
5 | .account-flagged-handle { | 5 | .account-flagged-handle { |
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') { |
diff --git a/client/src/app/shared/shared-moderation/moderation.scss b/client/src/app/shared/shared-moderation/moderation.scss index 7c1e308cf..6aa277260 100644 --- a/client/src/app/shared/shared-moderation/moderation.scss +++ b/client/src/app/shared/shared-moderation/moderation.scss | |||
@@ -1,6 +1,6 @@ | |||
1 | @use 'sass:math'; | 1 | @use 'sass:math'; |
2 | @use '_mixins' as *; | ||
3 | @use '_variables' as *; | 2 | @use '_variables' as *; |
3 | @use '_mixins' as *; | ||
4 | @use '_miniature' as *; | 4 | @use '_miniature' as *; |
5 | 5 | ||
6 | .moderation-expanded { | 6 | .moderation-expanded { |
diff --git a/client/src/app/shared/shared-share-modal/video-share.component.scss b/client/src/app/shared/shared-share-modal/video-share.component.scss index 6e80f8c76..7b6009f5a 100644 --- a/client/src/app/shared/shared-share-modal/video-share.component.scss +++ b/client/src/app/shared/shared-share-modal/video-share.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 | my-input-text { | 4 | my-input-text { |
5 | width: 100%; | 5 | width: 100%; |
diff --git a/client/src/app/shared/shared-tables/video-cell.component.scss b/client/src/app/shared/shared-tables/video-cell.component.scss index 5d26b02ef..e0676ce07 100644 --- a/client/src/app/shared/shared-tables/video-cell.component.scss +++ b/client/src/app/shared/shared-tables/video-cell.component.scss | |||
@@ -1,6 +1,6 @@ | |||
1 | @use 'sass:math'; | 1 | @use 'sass:math'; |
2 | @use '_mixins' as *; | ||
3 | @use '_variables' as *; | 2 | @use '_variables' as *; |
3 | @use '_mixins' as *; | ||
4 | @use '_miniature' as *; | 4 | @use '_miniature' as *; |
5 | 5 | ||
6 | .table-video-link { | 6 | .table-video-link { |