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-tables | |
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-tables')
-rw-r--r-- | client/src/app/shared/shared-tables/video-cell.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |