pic / postcss.config.js
chriswu25's picture
Add squish app source, Dockerfile and HF config
2bc6d22
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};