12 lines
205 B
SCSS
Vendored
12 lines
205 B
SCSS
Vendored
// Fonts
|
|
@import url('https://fonts.googleapis.com/css?family=Nunito');
|
|
|
|
// Variables
|
|
@import 'variables';
|
|
|
|
// Bootstrap
|
|
@import '~bootstrap/scss/bootstrap';
|
|
|
|
// dyGraphs
|
|
@import '~dygraphs/dist/dygraph';
|