marrow-cells / postcss.config.js
lysine's picture
first commit
d0af1c9
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};