headroom / docs /postcss.config.mjs
pacifio's picture
new docs UI + ts doc coverage
286e272
raw
history blame contribute delete
94 Bytes
const config = {
plugins: {
'@tailwindcss/postcss': {},
},
};
export default config;