postcss.config.js 72 B

12345
  1. module.exports = {
  2. plugins: [
  3. require('postcss-import')(),
  4. ],
  5. }