postcss.config.js 81 B

123456
  1. module.exports = {
  2. modules: true,
  3. plugins: {
  4. 'postcss-nested': {}
  5. }
  6. };