Skip to content

Commit

Permalink
[docs] Fix 404 link (Evergreen Box) (#26430)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-utsumi authored May 23, 2021
1 parent 7df94e4 commit bb7b028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/system/basics/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ In this example, we demonstrate how to reproduce a Banner component.
- In the React world, [Styled System](https://github.com/jxnblk/styled-system) was one of the first (2017) to promote the style functions.
It can be used as a generic Box component replacing the atomic CSS helpers as well as helpers to write new components.
- Large companies such as Pinterest, GitHub, and Segment.io are using the same approach in different flavours:
- [Evergreen Box](https://evergreen.segment.com/components/layout-primitives/)
- [Evergreen Box](https://evergreen.segment.com/foundations/layers)
- [Gestalt Box](https://pinterest.github.io/gestalt/#/Box)
- [Primer Box](https://primer.style/components/docs/Box)
- The actual implementation and the object responsive API was inspired by the [Smooth-UI's system](https://smooth-ui.smooth-code.com/docs-basics-system).

0 comments on commit bb7b028

Please sign in to comment.