]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/application.scss
Merge branch 'constant-registry' into develop
[github/Chocobozzz/PeerTube.git] / client / src / sass / application.scss
index 15ca09ec4a1eaee4b6731b389f0584ee49f1d586..30d487b111966364280b8afd5c1bd7151f8117c1 100644 (file)
@@ -5,14 +5,16 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
 
 @use '_fonts';
 
-@use './bootstrap';
-@use './primeng-custom';
-@use './ng-select';
-
 @use './classes';
 
 @use './custom-markup';
 
+@use './ng-select';
+
+// Needs an import because we extends glyphicon icons in primeng
+@import './bootstrap';
+@import './primeng-custom';
+
 [hidden] {
   display: none !important;
 }