Skip to content
Snippets Groups Projects
postcss.config.js 178 B
Newer Older
/**
 * @type {import('postcss').ProcessOptions}
 */
module.exports = {
  plugins: {
    tailwindcss: {},
    "@thedutchcoder/postcss-rem-to-px": {},
    autoprefixer: {},
  },
}