From 8b582d412a915a2c2656d59a595751f7b149fcdd Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sun, 1 Mar 2020 02:26:30 +0100 Subject: [PATCH] Modifing includes due to the new position of static files --- src/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.scss b/src/styles.scss index a626d996..ecaaddb8 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -1,5 +1,5 @@ //Roboto font -@import "../../wwwroot/roboto/sass/roboto.scss"; +@import "../static/roboto/sass/roboto.scss"; //Bootstrap configuration @import "~bootstrap/scss/functions";