mirror of
https://github.com/status-im/status-web.git
synced 2026-08-31 06:11:10 +00:00
* add connectkit * shared providers * move turbopack from experimental * Update ignoreCommand in vercel.json * add button to portfolio, add wallet connect * f builds * f * f shared * clean up * u * Add wallet connect feature Add wallet connect functionality. * u * u * update patches * update turbo.json * fix barrel file * fix build * fix * f * f * fix responsive top bar and buttons * fix wallet connect on mobile * make env variable required * add missing env file * fix value in env file --------- Co-authored-by: Felicio <felicio@users.noreply.github.com>
9 lines
133 B
JavaScript
9 lines
133 B
JavaScript
/** @type {import('postcss-load-config').Config} */
|
|
const config = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
},
|
|
}
|
|
|
|
export default config
|