We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d3057d + 576be63 commit d11e505Copy full SHA for d11e505
CHANGELOG.md
@@ -5,6 +5,7 @@
5
- Removes overriding property on editor combobox
6
- Adjust media query sort logic #600
7
- Fixed link to Gatsby Plugin page in `getting-started` page. Issue #602
8
+- Fix broken base-preset link on `theming` page
9
10
## v0.3.0 2019-01-22
11
packages/docs/src/pages/theming.mdx
@@ -274,5 +274,5 @@ export const theme = {
274
275
For more information on the Theme UI `theme` object, see the [Theme Specification docs](/theme-spec).
276
277
-[example]: https://github.com/system-ui/theme-ui/tree/master/packages/preset-base/src/index.js
+[example]: https://github.com/system-ui/theme-ui/tree/master/packages/preset-base/src/index.ts
278
[emotion]: https://emotion.sh
0 commit comments