1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-27 03:35:05 +01:00

5 lines
141 B
JavaScript

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