tum-esm/utils

View on GitHub
docs/postcss.config.js

Summary

Maintainability
A
0 mins
Test Coverage
// If you want to use other PostCSS plugins, see the following:
// https://tailwindcss.com/docs/using-with-preprocessors
/** @type {import('postcss').Postcss} */
module.exports = {
  plugins: {
    "postcss-import": {},
    "tailwindcss/nesting": {},
    tailwindcss: {},
    autoprefixer: {},
  },
};