blob: f01e9ac66cd0b6f956e28477442c92a3dc82e4b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// Fonts
@import url('https://fonts.googleapis.com/css?family=Nunito');
// Variables
@import 'variables';
// Bootstrap
@import '~bootstrap/scss/bootstrap';
@import 'background';
@import 'navbar';
|