bitwarden-estensione-browser/apps/web/postcss.config.js

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

5 lines
141 B
JavaScript
Raw Normal View History

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