elcc / website /postcss.config.js
bboldt's picture
Initial public commit
a5f760c
raw
history blame
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};