Skip to content

Commit d2a3f87

Browse files
'[pre-commit.ci 🤖] Apply code format tools to PR'
1 parent d20701c commit d2a3f87

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

‎.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/rbubley/mirrors-prettier
22-
rev: 787fb9f542b140ba0b2aced38e6a3e68021647a3 # frozen: v3.5.3
22+
rev: 787fb9f542b140ba0b2aced38e6a3e68021647a3 # frozen: v3.5.3
2323
hooks:
2424
- id: prettier
2525
types_or: [yaml, toml, markdown, css, scss, javascript, json]
2626
args: [--prose-wrap=preserve]
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: 971923581912ef60a6b70dbf0c3e9a39563c9d47 # frozen: v0.11.4
29+
rev: 971923581912ef60a6b70dbf0c3e9a39563c9d47 # frozen: v0.11.4
3030
hooks:
3131
- id: ruff
3232
args:

‎assets/theme-css/pst/variables/_fonts.scss

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ html {
3333

3434
// Font family
3535
// These are adapted from https://systemfontstack.com/ */
36-
--pst-font-family-base-system: -apple-system, "BlinkMacSystemFont",
37-
"Segoe UI", "Helvetica Neue", "Arial", sans-serif, "Apple Color Emoji",
38-
"Segoe UI Emoji", "Segoe UI Symbol";
39-
--pst-font-family-monospace-system: "SFMono-Regular", "Menlo", "Consolas",
40-
"Monaco", "Liberation Mono", "Lucida Console", monospace;
36+
--pst-font-family-base-system:
37+
-apple-system, "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", "Arial",
38+
sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
39+
--pst-font-family-monospace-system:
40+
"SFMono-Regular", "Menlo", "Consolas", "Monaco", "Liberation Mono",
41+
"Lucida Console", monospace;
4142
--pst-font-family-base: var(--pst-font-family-base-system);
4243
--pst-font-family-heading: var(--pst-font-family-base-system);
4344
--pst-font-family-monospace: var(--pst-font-family-monospace-system);

0 commit comments

Comments
 (0)