Cradicle Explorer
create-osty
Info
Issues
Patches
Wallets
Source
Source
src
templates
react-shadcn
react-tailwind
public
src
.eslintrc.cjs
.prettierignore
.prettierrc.json
README.md
_gitignore
index.html
package.json
postcss.config.js
tailwind.config.js
tsconfig.json
tsconfig.node.json
vercel.json
vite.config.ts
.DS_Store
.gitignore
.prettierignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.md
README.md
build.config.ts
index.js
package.json
tsconfig.json
/
templates
/
react-tailwind
/ postcss.config.js
postcss.config.js
1
export default {
2
plugins: {
3
tailwindcss: {},
4
autoprefixer: {},
5
},
6
};