mirror of
https://github.com/codex-storage/codex-marketplace-ui.git
synced 2025-02-23 05:08:33 +00:00
6 lines
98 B
JSON
6 lines
98 B
JSON
|
module.exports = {
|
||
|
plugins: {
|
||
|
'postcss-nesting': { /* plugin options */ },
|
||
|
},
|
||
|
}
|
||
|
|