mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 08:34:15 +01:00
117726a01f
* feat(#BRU-11) - tailwindcss v3 upgrade * feat(#BRU-11) - lock file update to fix PR checks
7 lines
81 B
JavaScript
7 lines
81 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {}
|
|
}
|
|
};
|