Skip to content

Commit

Permalink
style: format code with Prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 7ae5ddb according to the output
from Prettier.

Details: #43
  • Loading branch information
deepsource-autofix[bot] committed Jun 27, 2024
1 parent 7ae5ddb commit cfeae26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/tailwind/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@

body {
color: rgb(var(--foreground-rgb));
background: linear-gradient(to bottom, transparent, rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb));
background: linear-gradient(to bottom, transparent, rgb(var(--background-end-rgb)))
rgb(var(--background-start-rgb));
}

0 comments on commit cfeae26

Please sign in to comment.