mirror of
https://github.com/bitwarden/browser
synced 2025-01-07 16:02:58 +01: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;
|