Skip to content

Commit

Permalink
theme: Format assets
Browse files Browse the repository at this point in the history
```
npx prettier --write assets
```
  • Loading branch information
bep committed Feb 18, 2025
1 parent 2bd35c9 commit 6a7660e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ layouts/shortcodes/glossary.html
layouts/_default/_markup/render-heading*

# No root node.
layouts/partials/layouts/head/head.html
layouts/partials/layouts/head/head.html

# Auto generated.
assets/css/components/chroma*.css
assets/jsconfig.json
5 changes: 3 additions & 2 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@
--color-green-950: #051410;

/* Fonts. */
--font-sans: "Mulish", ui-sans-serif, system-ui, sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-sans:
"Mulish", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html {
Expand Down

0 comments on commit 6a7660e

Please sign in to comment.