NYTimes-homepage-rearranged / client /postcss.config.cjs
radames's picture
add tailwind
9d1ef4b
raw
history blame
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}