Browse code

box and lines

rcraig12 authored on 11/11/2018 23:08:51
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,9 @@
1
+// Fonts
2
+@import url('https://fonts.googleapis.com/css?family=Nunito');
3
+
4
+// Variables
5
+@import 'variables';
6
+
7
+// Bootstrap
8
+@import '~bootstrap/scss/bootstrap';
9
+