Move styles building up to the project root

This will make development much easier by having all commands at the
project root. This also removes the deprecated `node-sass`

Fix build-css-watch
This commit is contained in:
Caleb Kniffen
2023-12-11 15:36:38 -06:00
committed by mDuo13
parent 0d0187b4ee
commit 1902ec1f6d
6 changed files with 13 additions and 1829 deletions

View File

@@ -35,7 +35,7 @@ $base-size: 16px;
$line-height-base: 1.5;
// Bootstrap v4
@import "node_modules/bootstrap/scss/bootstrap.scss";
@import "../node_modules/bootstrap/scss/bootstrap.scss";
// Import site styles
@import "_font.scss";