1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-03-12 13:39:14 +01:00
bitwarden-browser/apps/web/postcss.config.js

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

10 lines
218 B
JavaScript
Raw Normal View History

/* eslint-disable @typescript-eslint/no-require-imports */
2022-03-08 18:18:03 +01:00
module.exports = {
plugins: [
require("postcss-import"),
require("postcss-nested"),
require("tailwindcss"),
require("autoprefixer"),
],
2022-03-08 18:18:03 +01:00
};