postcss.config.js

Summary

Maintainability
A
0 mins
Test Coverage
/* eslint-disable global-require */
module.exports = {
  plugins: {
    'postcss-import': {},
    tailwindcss: {},
    autoprefixer: {},
    'postcss-nested': {},
    'postcss-nested-ancestors': {},
  },
}