mirror of
https://codeberg.org/demostf/inspector.git
synced 2026-06-03 10:04:09 +02:00
6 lines
No EOL
97 B
JavaScript
6 lines
No EOL
97 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
'postcss-preset-env',
|
|
'postcss-nested'
|
|
]
|
|
}; |