nielse63/312-Development

View on GitHub
postcss.config.js

Summary

Maintainability
A
0 mins
Test Coverage
// https://github.com/michael-ciniawsky/postcss-load-config

module.exports = {
  parser:  'postcss-scss',
  plugins: {
    autoprefixer: {},
  },
};