mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 03:05:49 +00:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user