]> git.localhorst.tv Git - alttp.git/blob - app.scss
ff99a53f6534807c665f7f05b9b8e4c4fca293f2
[alttp.git] / app.scss
1 // Fonts
2 @import url('https://fonts.googleapis.com/css?family=Nunito');
3
4 // Variables
5 @import 'variables';
6
7 // Bootstrap
8 @import 'bootstrap';
9
10 // Toastr
11 @import 'toastr';
12
13 // Custom
14 @import 'common';
15 @import 'participants';
16 @import 'rounds';
17 @import 'users';