mirror of
https://github.com/lukin/keywind.git
synced 2025-01-09 09:26:24 +00:00
8 lines
100 B
JavaScript
8 lines
100 B
JavaScript
|
module.exports = {
|
||
|
plugins: {
|
||
|
autoprefixer: {},
|
||
|
cssnano: {},
|
||
|
tailwindcss: {},
|
||
|
},
|
||
|
};
|