Cradicle Explorer
ethcc-demo
Info
Issues
Patches
Wallets
Source
Source
.vscode
docs
public
src
.eslintrc.cjs
.gitignore
.prettierrc.json
README.md
codex.sh
index.html
jsconfig.json
package.json
postcss.config.js
tailwind.config.js
vite.config.js
yarn.lock
/
postcss.config.js
postcss.config.js
1
export default {
2
plugins: {
3
tailwindcss: {},
4
autoprefixer: {},
5
},
6
}