mirror of
https://github.com/Infisical/infisical.git
synced 2026-05-02 03:02:03 -04:00
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|