1
0
mirror of https://github.com/bitwarden/browser synced 2024-12-08 07:22:15 +01:00
bitwarden-estensione-browser/apps/web/postcss.config.js

5 lines
141 B
JavaScript

/* eslint-disable no-undef */
module.exports = {
plugins: [require("tailwindcss"), require("autoprefixer"), require("postcss-nested")],
};