summaryrefslogtreecommitdiff
path: root/resources/sass/app.scss
blob: f78c4bb6b0fbe5db2c15142cdf1f3b955e630a21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Fonts
@import url('https://fonts.googleapis.com/css?family=Nunito');

// Variables
@import 'variables';

// Bootstrap
@import '~bootstrap/scss/bootstrap';

@import 'background';
@import 'navbar';
@import 'utility';