1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

[PM-8771] Migrate the 404 page to Tailwind (#10116)

Redesign our 404 page and update to use Tailwind components.
This commit is contained in:
Oscar Hinton
2024-07-30 12:25:24 +02:00
committed by GitHub
parent 3b54bbd168
commit 339768947b
9 changed files with 61 additions and 210 deletions

View File

@@ -5,9 +5,6 @@ import "bootstrap";
import "jquery";
import "popper.js";
require("@bitwarden/web-vault/scss/styles.scss");
require("@bitwarden/web-vault/scss/tailwind.css");
import { AppModule } from "./app/app.module";
if (process.env.NODE_ENV === "production") {