goblindegook/littlefoot

View on GitHub
postcss.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  plugins: {
    stylelint: {},
    'postcss-preset-env': {
      stage: 1,
    },
    pixrem: {},
    cssnano: {},
  },
}