Files
orca/docs/site/postcss.config.mjs
T
Neil 6aba202d5e feat(docs): publish OSS docs with stable releases
Publish the standalone docs site under docs/site and deploy it on stable desktop releases.
2026-08-30 23:51:25 -07:00

8 lines
90 B
JavaScript

const config = {
plugins: {
'@tailwindcss/postcss': {}
}
}
export default config