Skip to content

Commit 1a8cc0c

Browse files
RoyEJohnsonclaudeCopilot
committed
Stylelint
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Co-Authored-By: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 4d73192 commit 1a8cc0c

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.stylelintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
} ],
3535
"font-family-no-duplicate-names": true,
3636
"font-family-no-missing-generic-family-keyword": true,
37-
"function-comma-space-after": [ "always", {
37+
"function-comma-space-after": [ "always-single-line", {
3838
"severity": "warning"
3939
} ],
4040
"function-max-empty-lines": 0,

src/app/components/Footer/Footer.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@
3131
*/
3232
@media (min-width: 60.1em) and (max-width: 90em) {
3333
.footer-wrapper--vertical-nav-toolbar {
34-
padding-left: clamp(
35-
0rem,
36-
calc(8rem - (100vw - 128rem) / 2),
37-
8rem
38-
);
34+
padding-left:
35+
clamp(
36+
0rem, calc(8rem - (100vw - 128rem) / 2), 8rem
37+
);
3938
}
4039
}
4140

0 commit comments

Comments
 (0)