Skip to content

Commit

Permalink
fix customizing config links
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-rogerson committed Jul 20, 2020
1 parent cb52e3f commit 7c0659f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/emotion/create-react-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ If twin’s default `styled` and `css` imports need to be adjusted, you can do s

## Next steps

- See how to [customize your classes →](../customizing-config)
- See how to [customize your classes →](../customizing-config.md)
- Learn how to use the emotion library<br/>
The [css prop](https://emotion.sh/docs/css-prop) / [css import](https://emotion.sh/docs/css-prop#string-styles) / [styled import](https://emotion.sh/docs/styled)

Expand Down
2 changes: 1 addition & 1 deletion docs/emotion/gatsby.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ If twin’s default `styled` and `css` imports need to be adjusted, you can do s

## Next steps

- See how to [customize your classes →](../customizing-config)
- See how to [customize your classes →](../customizing-config.md)
- Learn how to use the emotion library<br/>
The [css prop](https://emotion.sh/docs/css-prop) / [css import](https://emotion.sh/docs/css-prop#string-styles) / [styled import](https://emotion.sh/docs/styled)

Expand Down
2 changes: 1 addition & 1 deletion docs/emotion/next.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ If twin’s default `styled` and `css` imports need to be adjusted, you can do s

## Next steps

- See how to [customize your classes →](../customizing-config)
- See how to [customize your classes →](../customizing-config.md)
- Learn how to use the emotion library<br/>
The [css prop](https://emotion.sh/docs/css-prop) / [css import](https://emotion.sh/docs/css-prop#string-styles) / [styled import](https://emotion.sh/docs/styled)

Expand Down
2 changes: 1 addition & 1 deletion docs/emotion/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ If twin’s default `styled` and `css` imports need to be adjusted, you can do s

## Next steps

- See how to [customize your classes →](../customizing-config)
- See how to [customize your classes →](../customizing-config.md)
- Learn how to use the emotion library<br/>
The [css prop](https://emotion.sh/docs/css-prop) / [css import](https://emotion.sh/docs/css-prop#string-styles) / [styled import](https://emotion.sh/docs/styled)

Expand Down
2 changes: 1 addition & 1 deletion docs/styled-components/create-react-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ If twin’s default `styled` and `css` imports need to be adjusted, you can do s

## Next steps

- See how to [customize your classes →](../customizing-config)
- See how to [customize your classes →](../customizing-config.md)
- Learn how to use the styled-components library<br/>
The [css prop](https://styled-components.com/docs/api#css-prop) / [css import](https://styled-components.com/docs/api#css) / [styled import](https://styled-components.com/docs/api#styled)

Expand Down
2 changes: 1 addition & 1 deletion docs/styled-components/gatsby.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ If twin’s default `styled` and `css` imports need to be adjusted, you can do s

## Next steps

- See how to [customize your classes →](../customizing-config)
- See how to [customize your classes →](../customizing-config.md)
- Learn how to use the styled-components library<br/>
The [css prop](https://styled-components.com/docs/api#css-prop) / [css import](https://styled-components.com/docs/api#css) / [styled import](https://styled-components.com/docs/api#styled)

Expand Down
2 changes: 1 addition & 1 deletion docs/styled-components/next.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ If twin’s default `styled` and `css` imports need to be adjusted, you can do s

## Next steps

- See how to [customize your classes →](../customizing-config)
- See how to [customize your classes →](../customizing-config.md)
- Learn how to use the styled-components library<br/>
The [css prop](https://styled-components.com/docs/api#css-prop) / [css import](https://styled-components.com/docs/api#css) / [styled import](https://styled-components.com/docs/api#styled)

Expand Down
2 changes: 1 addition & 1 deletion docs/styled-components/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ If twin’s default `styled` and `css` imports need to be adjusted, you can do s

## Next steps

- See how to [customize your classes →](../customizing-config)
- See how to [customize your classes →](../customizing-config.md)
- Learn how to use the styled-components library<br/>
The [css prop](https://styled-components.com/docs/api#css-prop) / [css import](https://styled-components.com/docs/api#css) / [styled import](https://styled-components.com/docs/api#styled)

Expand Down

0 comments on commit 7c0659f

Please sign in to comment.