mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
6 lines
No EOL
115 B
JavaScript
6 lines
No EOL
115 B
JavaScript
/** @type {import('postcss-load-config').Config} */
|
|
const config = {
|
|
plugins: []
|
|
}
|
|
|
|
module.exports = config |