UNPKG

718 BTypeScriptView Raw
1import { md } from '@kalamazoo/docs';
2
3export default md`
4 The theme package is a combined component and utility set,
5 exporting abstractions for creating and consuming themes,
6 as well as utilities for both audiences.
7
8 ## Documentation
9
10 All the documentation can be found in the **sidebar nav links** 👈
11
12 ### Quick links
13
14 - [Theming](/packages/core/theme/docs/theming)
15 - [Colors](/packages/core/theme/docs/colors)
16 - [Mixins](/packages/core/theme/docs/mixins)
17 - [Constants](/packages/core/theme/docs/constants)
18 - [Upgrade guide](/packages/core/theme/docs/upgrade-guide)
19 - [Migration guide](/packages/core/theme/docs/migration-guide)
20 - [Deprecations](/packages/core/theme/docs/deprecations)
21`;