bitwarden-estensione-browser/components/tailwind.config.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
168 B
JavaScript
Raw Normal View History

2022-03-08 11:50:34 +01:00
/* eslint-disable */
const config = require("./tailwind.config.base");
config.content = ["./src/**/*.{html,ts}", "./.storybook/preview.js"];
module.exports = config;