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

7 lines
123 B
JavaScript

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