mirror of
https://github.com/coder/coder.git
synced 2025-03-14 10:09:57 +00:00
7 lines
77 B
JavaScript
7 lines
77 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|