1
0
mirror of https://github.com/bitwarden/web synced 2025-12-15 07:43:16 +00:00

Use Webfonts from jslib instead of downloading them using gulp (#1205)

* Use Webfonts from jslib instead of downloading them using gulp

* Bump jslib.
This commit is contained in:
Oscar Hinton
2021-09-24 18:24:58 +02:00
committed by GitHub
parent ce3311a0dc
commit f8b0c2ffe4
7 changed files with 1657 additions and 6449 deletions

View File

@@ -1,4 +1,4 @@
@import "../css/webfonts.css";
@import "../../jslib/angular/src/scss/webfonts.css";
$primary: #175DDC;
$primary-accent: #1252A3;

1
src/version.json Normal file
View File

@@ -0,0 +1 @@
{"version":"process.env.APPLICATION_VERSION"}