1
0
mirror of https://github.com/bitwarden/web synced 2026-02-09 21:19:57 +00:00

Component Library Scaffolding (#1407)

This commit is contained in:
Oscar Hinton
2022-03-08 18:18:03 +01:00
committed by GitHub
parent 80ffa965e1
commit 9b40ce1024
10 changed files with 1075 additions and 496 deletions

View File

@@ -6,6 +6,7 @@ import "jquery";
import "popper.js";
require("../scss/styles.scss");
require("../scss/tailwind.css");
import { AppModule } from "./app.module";

5
src/scss/tailwind.css Normal file
View File

@@ -0,0 +1,5 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@import "../../jslib/components/src/tw-theme.css";