1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-2237] Add tailwind to desktop & browser (#5326)

* Add tailwind to desktop

* Add tailwind to browser

* Toy around with using CL in desktop

* Move custom css into the tailwind theme

* Revert component experiment

* Add components to browser tsconfig

* Fix build
This commit is contained in:
Oscar Hinton
2023-07-14 21:03:42 +02:00
committed by GitHub
parent bfae0eb41e
commit 79ed4ff83f
16 changed files with 96 additions and 43 deletions

View File

@@ -0,0 +1,6 @@
/* eslint-disable no-undef, @typescript-eslint/no-var-requires */
const config = require("../../libs/components/tailwind.config.base");
config.content = ["./src/**/*.{html,ts}", "../../libs/components/src/**/*.{html,ts}"];
module.exports = config;