Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit ba3eddc

Browse files
ng-haigregberge
authored andcommitted
docs: update Utilities.md (#7)
1 parent e956d10 commit ba3eddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Utilities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Use a mixin define in the theme.
2222

2323
```js static
2424
import styled, { css } from 'styled-components'
25-
import { th } from 'smooth-ui'
25+
import { mixin } from 'smooth-ui'
2626

2727
const Input = styled.input`
2828
${mixin('controlFocus')};
@@ -60,7 +60,7 @@ Apply style before a breakpoint. This is the desktop first approach.
6060

6161
```js static
6262
import styled, { css } from 'styled-components'
63-
import { up } from 'smooth-ui'
63+
import { down } from 'smooth-ui'
6464

6565
// 20px on desktop, 15px on mobile!
6666
const Description = styled.div`

0 commit comments

Comments
 (0)