module.exports = {
  plugins: {
    "postcss-import": {},
    "postcss-nested": {},
    tailwindcss: {},
    autoprefixer: {},
  },
};