Files
klz-cables.com/postcss.config.cjs

8 lines
145 B
JavaScript

/* eslint-disable no-undef */
/* eslint-env node */
module.exports = {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
};