mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
79ed4ff83f
* 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
7 lines
250 B
JavaScript
7 lines
250 B
JavaScript
/* 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;
|