1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix sass deprecation warnings

This commit is contained in:
Bill Thornton 2025-02-18 16:08:37 -05:00
parent afc4db5559
commit 9df1db0c7d
22 changed files with 1162 additions and 1137 deletions

View file

@ -1,4 +1,4 @@
@import '../../styles/mixins';
@use '../../styles/mixins' as *;
.alphaPicker {
text-align: center;

View file

@ -1,4 +1,4 @@
@import '../../styles/mixins';
@use '../../styles/mixins' as *;
.itemSelectionPanel {
position: absolute;

View file

@ -1,4 +1,4 @@
@import '../../styles/mixins';
@use '../../styles/mixins' as *;
.nowPlayingPage {
padding: 5em 0 0 0 !important;

View file

@ -1,4 +1,4 @@
@import '../../styles/mixins';
@use '../../styles/mixins' as *;
.toastContainer {
position: fixed;