mirror of
https://github.com/remvze/moodist.git
synced 2025-12-16 16:34:14 +00:00
6 lines
89 B
JavaScript
6 lines
89 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
autoprefixer: {},
|
|
'postcss-nesting': {},
|
|
},
|
|
};
|