Skip to content

Commit a421775

Browse files
chore(deps): update dependency prettier to v3.6.2 (#3175)
* chore(deps): update dependency prettier to v3.6.2 * Fix format --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Richard Dominick <34370238+RichDom2185@users.noreply.github.com>
1 parent 65dfb0f commit a421775

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

src/styles/Login.module.scss

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22

33
.Login {
44
background-size: cover;
5-
background-image: linear-gradient(
6-
to right,
7-
rgba(0, 0, 0, 0.3),
8-
rgba(0, 0, 0, 0.6),
9-
rgba(0, 0, 0, 0.3)
10-
),
5+
background-image:
6+
linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)),
117
url('#{$images-path}/login_background.jpg');
128
background-repeat: no-repeat;
139
background-attachment: fixed;

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11672,11 +11672,11 @@ __metadata:
1167211672
linkType: hard
1167311673

1167411674
"prettier@npm:^3.3.3":
11675-
version: 3.3.3
11676-
resolution: "prettier@npm:3.3.3"
11675+
version: 3.6.2
11676+
resolution: "prettier@npm:3.6.2"
1167711677
bin:
1167811678
prettier: bin/prettier.cjs
11679-
checksum: 10c0/b85828b08e7505716324e4245549b9205c0cacb25342a030ba8885aba2039a115dbcf75a0b7ca3b37bc9d101ee61fab8113fc69ca3359f2a226f1ecc07ad2e26
11679+
checksum: 10c0/488cb2f2b99ec13da1e50074912870217c11edaddedeadc649b1244c749d15ba94e846423d062e2c4c9ae683e2d65f754de28889ba06e697ac4f988d44f45812
1168011680
languageName: node
1168111681
linkType: hard
1168211682

0 commit comments

Comments
 (0)