theme: Format assets

```
npx prettier --write assets
```
This commit is contained in:
Bjørn Erik Pedersen 2025-02-18 14:00:17 +01:00
parent 22ad3eee3d
commit aa3cd839a2
2 changed files with 14 additions and 2 deletions

View File

@ -2,3 +2,14 @@
**/icons.html
# These are whitespace sensitive.
layouts/_default/_markup/render-code*
layouts/shortcodes/glossary.html
# Odd template syntax.
layouts/_default/_markup/render-heading*
# No root node.
layouts/partials/layouts/head/head.html
# Auto generated.
assets/css/components/chroma*.css
assets/jsconfig.json

View File

@ -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 {