mirror of
https://github.com/Mail-0/Zero.git
synced 2026-07-01 08:16:28 +00:00
* fix: improve mail list and thread management with updated hooks and layout adjustments * conflicts --------- Co-authored-by: Nizzy <nizabizaher@gmail.com>
13 lines
224 B
JSON
13 lines
224 B
JSON
{
|
|
"name": "@zero/tailwind-config",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"exports": {
|
|
".": "./tailwind.config.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@zero/tsconfig": "workspace:*",
|
|
"tailwindcss": "3.4.17"
|
|
}
|
|
}
|