mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
* feat(website): show package members in a sidebar * fix: put response instead of loader * Apply suggestions from code review Co-authored-by: Noel <buechler.noel@outlook.com> * chore: make requested changes * refactor: make only package list scrollable * feat: make sidebar mobile responsive * fix: breakpoints for sidebar Co-authored-by: Noel <buechler.noel@outlook.com>
10 lines
138 B
TypeScript
10 lines
138 B
TypeScript
import { defineConfig } from 'unocss';
|
|
|
|
export default defineConfig({
|
|
theme: {
|
|
fontFamily: {
|
|
mono: ['JetBrains Mono'],
|
|
},
|
|
},
|
|
});
|