mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-08-04 04:58:55 -04:00
theme: Format assets
``` npx prettier --write assets ```
This commit is contained in:
parent
22ad3eee3d
commit
aa3cd839a2
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user