]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/player/spinner.scss
Fix big play button
[github/Chocobozzz/PeerTube.git] / client / src / sass / player / spinner.scss
index a6af8da3303b3af0890124540f92cfc56618982b..84ebbe8ee37b32f55be94955c57c0e4156864710 100644 (file)
@@ -1,5 +1,5 @@
-@import '_variables';
-@import '_mixins';
+@use '_variables' as *;
+@use '_mixins' as *;
 
 // Thanks: https://projects.lukehaas.me/css-loaders/
 .vjs-loading-spinner {
@@ -51,4 +51,4 @@
       opacity: 1;
     }
   }
-}
\ No newline at end of file
+}