Cradicle Explorer
development
Info
Issues
Patches
Wallets
Source
Source
public
src
.env.example
.gitignore
README.md
bun.lock
eslint.config.js
next.config.js
package.json
postcss.config.js
prettier.config.js
tsconfig.json
/
postcss.config.js
postcss.config.js
1
export default {
2
plugins: {
3
"@tailwindcss/postcss": {},
4
},
5
};