mirror of
https://github.com/different-ai/openwork
synced 2026-05-09 00:32:05 +02:00
7 lines
81 B
JavaScript
7 lines
81 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {}
|
|
}
|
|
};
|