mirror of
https://github.com/bitwarden/browser
synced 2024-12-11 16:55:56 +01:00
5 lines
141 B
JavaScript
5 lines
141 B
JavaScript
|
/* eslint-disable no-undef */
|
||
|
module.exports = {
|
||
|
plugins: [require("tailwindcss"), require("autoprefixer"), require("postcss-nested")],
|
||
|
};
|