mirror of
https://github.com/supabase/supabase.git
synced 2026-06-05 12:22:26 +08:00
This PR fixes some prettier issues: - Bump and unify all prettier versions to 3.7.3 across teh whole repo - Bump the SQL prettier plugin - When running `test:prettier`, check `mdx` files also - Run the new prettier format on all files --------- Co-authored-by: Joshen Lim <[email protected]>
8 lines
229 B
CSS
8 lines
229 B
CSS
/* bright */
|
|
.gradient-bg {
|
|
background:
|
|
linear-gradient(338.96deg, rgba(0, 0, 0, 0.2) -18.99%, rgba(0, 0, 0, 0) 25.34%),
|
|
linear-gradient(300.08deg, #53ffb1 7.6%, #3ecf8e 64.93%);
|
|
/* transform: rotate(-89.79deg); */
|
|
}
|