4 lines
125 B
JavaScript
4 lines
125 B
JavaScript
// Can't seem to make this work as ESM
|
|
const config = require('../shared/config/postcss.config.js')
|
|
|
|
module.exports = config
|