diffuse-the-rest / postcss.config.cjs
Last commit not found
raw
history blame
75 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};