Skip to content

Commit dc345a1

Browse files
committed
chore(bridge-ui): update CSS formatting for Prettier 3.6
1 parent 66292e9 commit dc345a1

File tree

3 files changed

+17799
-12679
lines changed

3 files changed

+17799
-12679
lines changed

packages/bridge-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"jsdom": "^24.0.0",
4545
"lokijs": "^1.5.12",
4646
"postcss": "^8.4.38",
47-
"prettier": "^3.2.5",
47+
"prettier": "^3.6.2",
4848
"prettier-plugin-svelte": "^3.2.3",
4949
"svelte": "^4.2.15",
5050
"svelte-check": "^3.7.1",

packages/bridge-ui/src/styles/base.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
right: 0;
3131
bottom: 0;
3232
left: 0;
33-
background-image: url(/bg/grid-dark.svg), url(/bg/spotlights-dark.svg),
34-
linear-gradient(270deg, #1f1f1f 0%, #000000 100%);
33+
background-image:
34+
url(/bg/grid-dark.svg), url(/bg/spotlights-dark.svg), linear-gradient(270deg, #1f1f1f 0%, #000000 100%);
3535
/* No grid background by default */
3636
background-size: 0, cover, cover;
3737
background-blend-mode: color-dodge, lighten, multiply;
@@ -45,8 +45,8 @@
4545
right: 0;
4646
bottom: 0;
4747
left: 0;
48-
background-image: url(/bg/grid-light.svg), url(/bg/spotlights-light.svg),
49-
linear-gradient(270deg, #e2e2e2 0%, #fff 100%);
48+
background-image:
49+
url(/bg/grid-light.svg), url(/bg/spotlights-light.svg), linear-gradient(270deg, #e2e2e2 0%, #fff 100%);
5050
/* No grid background by default */
5151
background-size: 0, cover, cover;
5252
background-blend-mode: color-dodge, color, hard-light;

0 commit comments

Comments
 (0)