0.6.0 • Published 4 months ago

@universal-ember/docs-support v0.6.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

@universal-ember/docs-support

All docs' needs abstracted into one package for better sharing across the docs apps.

Dark Mode Toggle

You will need bg-white dark:bg-slate-900 on the body element's class.

Fonts (Optional)

Add to the HTML <head>:

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

Add to the bottom of the <body>

<link 
  href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend:wght@100..900&display=swap" 
  rel="stylesheet">