Cradicle Explorer
acdc-home
Info
Issues
Patches
Wallets
Source
Source
.forgejo
public
src
.eslintrc.cjs
.gitignore
index.html
package-lock.json
package.json
pnpm-lock.yaml
postcss.config.js
tailwind.config.js
tsconfig.json
tsconfig.node.json
vite.config.ts
/
postcss.config.js
postcss.config.js
1
export default {
2
plugins: {
3
tailwindcss: {},
4
autoprefixer: {},
5
},
6
}