1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +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("./scss/styles.scss");
require("./scss/tailwind.css");
import { AppModule } from "./app/app.module";
if (process.env.NODE_ENV === "production") {