Cradicle Explorer
acdc-design
Info
Issues
Patches
Wallets
Source
Source
.storybook
.turbo
.woodpecker
brand-book
dist
docs
mocks
packages
public
scripts
src
stories
themes
tokens
.eslintrc.cjs
.gitignore
.pre-commit-config.yaml
.woodpecker.yml
justfile
knip.json
package.json
postcss.config.js
tailwind-v3-preset.cjs
tailwind.config.ts
tailwind.preset.js
tsconfig.build.json
tsconfig.json
tsconfig.node.json
turbo.json
vite.config.ts
vite.config.ts.timestamp-1768948751149-5bfc661c70e63.mjs
yarn.lock
/
postcss.config.js
postcss.config.js
1
export default {
2
plugins: {
3
tailwindcss: {},
4
autoprefixer: {},
5
},
6
};