postcss.config.js 97 B

123456
  1. let path = require('path')
  2. module.exports = {
  3. plugins: [require(path.resolve('..', '..'))],
  4. }