X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Fapp.scss;h=64f81df2198600694999ce90b1f4feca154ca82b;hb=7e8555cfc96dcd364ca4fe9895e51af1bb04b546;hp=25c461944c9800fcc487dcd171e480a2712c9ae7;hpb=78ee3a45427e1227013773b2a1c19fc1ee0efc12;p=alttp.git diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 25c4619..64f81df 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -5,7 +5,18 @@ @import 'variables'; // Bootstrap -@import '~bootstrap/scss/bootstrap'; +@import 'bootstrap'; // Toastr @import 'toastr'; + +// Custom +@import 'common'; +@import 'discord'; +@import 'form'; +@import 'participants'; +@import 'results'; +@import 'rounds'; +@import 'techniques'; +@import 'tournaments'; +@import 'users';