File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
packages/gatsby-theme-style-guide Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3
3
## Unreleased
4
4
5
5
- ` @theme-ui/components ` : on Grid component, allow custom ` columns ` definitions via strings #541
6
+ - ` @theme-ui/gatsby-theme-style-guide ` : add docs on shadowing #558
6
7
- Adds ` @theme-ui/preset-polaris ` #567
7
8
- Adjusts default font stack in presets #568
8
9
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ module.exports = {
38
38
39
39
## Shadowing
40
40
41
- Shadow the following components to customize the layout and order of the page.
41
+ You can customize the layout and order of the page by [ shadowing ] ( https://www.gatsbyjs.org/docs/themes/shadowing/ ) the theme .
42
42
43
43
component | description
44
44
---|---
@@ -48,3 +48,4 @@ component | description
48
48
` src/typography.js ` | section for typography styles
49
49
` src/colors.js ` | section for colors
50
50
51
+ For example, to shadow the ` template.js ` file, you would create a file named ` your-site/src/gatsby-theme-style-guide/template.js ` .
You can’t perform that action at this time.
0 commit comments