mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-17 15:36:50 +00:00
5 lines
68 B
JavaScript
5 lines
68 B
JavaScript
|
|
// docs/postcss.config.cjs
|
||
|
|
module.exports = {
|
||
|
|
plugins: []
|
||
|
|
}
|
||
|
|
|