Cradicle Explorer
anpai
Info
Issues
Patches
Wallets
Source
Source
components
public
utils
.gitignore
App.tsx
README.md
constants.ts
fleek.config.json
index.css
index.html
index.tsx
package-lock.json
package.json
postcss.config.js
tailwind.config.js
tsconfig.json
types.ts
vite.config.ts
/
postcss.config.js
postcss.config.js
1
export default {
2
plugins: {
3
'@tailwindcss/postcss': {},
4
},
5
}