mirror of
https://github.com/bitwarden/clients.git
synced 2026-02-02 23:33:58 +08: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")],
|
|
};
|