mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-01 13:13:36 +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")],
|
||
|
};
|