Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com>
  • Loading branch information
youknowriad and aaronrobertshaw committed Apr 12, 2023
1 parent c46616a commit f026f53
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions packages/block-editor/src/components/global-styles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,25 +103,25 @@ The global styles folder also offers a set of reusable UI components. These comp

```js
{
color: {
text: 'var:preset|color|blue',
background: '#FF0000',
},
typography: {
fontFamily: 'var:preset|font-family|base',
fontSize: '10px',
lineHeight: 1.5,
},
spacing: {
padding: 'var:preset|spacing|medium',
},
elements: {
link: {
color: {
text: 'var:preset|color|green',
},
color: {
text: 'var:preset|color|blue',
background: '#FF0000',
},
typography: {
fontFamily: 'var:preset|font-family|base',
fontSize: '10px',
lineHeight: 1.5,
},
spacing: {
padding: 'var:preset|spacing|medium',
},
elements: {
link: {
color: {
text: 'var:preset|color|green',
},
},
},
},
}
```

Expand Down

0 comments on commit f026f53

Please sign in to comment.