mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
7 lines
168 B
JavaScript
7 lines
168 B
JavaScript
/* eslint-disable */
|
|
const config = require("./tailwind.config.base");
|
|
|
|
config.content = ["./src/**/*.{html,ts}", "./.storybook/preview.js"];
|
|
|
|
module.exports = config;
|