climate-risk-engine / frontend /postcss.config.js
jtlevine's picture
Initial commit: Extreme Heat Risk Engine
e2d3383
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}