mirror of
https://github.com/primer/css.git
synced 2024-11-22 10:49:41 +03:00
Fixed number of categories (#2384)
The text mentions three (3) categories while only explaining two (2), let's fix that.
This commit is contained in:
parent
54f90b5a45
commit
5dc4feadff
@ -19,7 +19,7 @@ Our goal is to create a system that enables us to build consistent user experien
|
||||
|
||||
## Highly reusable, flexible styles
|
||||
|
||||
Styles can be mixed and matched to achieve many different layouts, independent of their location. These styles fall into three categories:
|
||||
Styles can be mixed and matched to achieve many different layouts, independent of their location. These styles fall into two categories:
|
||||
|
||||
<Grid gridTemplateColumns={['1fr', '1fr', 'repeat(2, 1fr)']} gridGap={5} my={5}>
|
||||
{[
|
||||
|
Loading…
Reference in New Issue
Block a user