mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 16:44:27 +01:00
7 lines
81 B
JavaScript
7 lines
81 B
JavaScript
|
module.exports = {
|
||
|
plugins: {
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {}
|
||
|
}
|
||
|
};
|