1
0
mirror of https://github.com/bitwarden/server synced 2026-01-02 08:33:48 +00:00

[PM-10261] Migrate from gulp to webpack (#4569)

* Migrate from gulp to bootstrap

* Remove auto build since it breaks tests
This commit is contained in:
Oscar Hinton
2024-07-31 21:41:55 +02:00
committed by GitHub
parent 3cccb6fead
commit f5c771a057
14 changed files with 3547 additions and 10273 deletions

View File

@@ -1,4 +1,4 @@
@import "webfonts.css";
@import "webfonts.scss";
$primary: #175DDC;
$primary-accent: #1252A3;
@@ -17,7 +17,7 @@ $h4-font-size: 1rem;
$h5-font-size: 1rem;
$h6-font-size: 1rem;
@import "../node_modules/bootstrap/scss/bootstrap.scss";
@import "bootstrap/scss/bootstrap.scss";
h1 {
border-bottom: 1px solid $border-color;