Split webpack configuration to development and production.

This commit is contained in:
2021-07-22 20:25:41 -05:00
parent e22c2b3049
commit 22dd766db3
7 changed files with 40 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
@use "themer";
@use "~/node_modules/bootstrap/scss/bootstrap";
@use "sass:color";
@use "~/node_modules/bootstrap/scss/bootstrap";
header > nav {
@extend .navbar-expand-lg;