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