Files
site/themes/github.com/davegallant/hugo-theme-gruvbox/assets/css/non-critical/00-vendor.css
2024-01-07 08:49:07 -05:00

25 lines
578 B
CSS

/*! purgecss start ignore */
/* Prism Plugins */
{{ range $.Site.Params.prism.plugins }}
{{ $path := printf "prismjs/plugins/%s/prism-%s.css" . . }}
{{ $plugin := resources.Get $path }}
{{ if $plugin }}
{{ printf "/*%s*/" $plugin }}
@import "{{ $plugin }}";
{{ end }}
{{ end }}
/* Prism Font */
code,
kbd,
code[class*="language-"],
pre[class*="language-"] {
font-family: var(--font-monospace);
}
/*! purgecss end ignore */
/* Default license header for non-vendor CSS source code that follows */
/*! MIT License | github.com/schnerring/hugo-theme-gruvbox */