Skip to content

Commit

Permalink
Change labelFormat example to show as a string value (#1680)
Browse files Browse the repository at this point in the history
Small change. Wasn't immediately clear that the labelFormat is a string. For folks copy pasting the code it might help to be a little more direct.
  • Loading branch information
snide authored and Andarist committed Dec 8, 2019
1 parent 6c3aced commit a5557ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-plugin-emotion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ be prepended automatically.
```javascript
// BrownView.js
// autoLabel: true
// labelFormat: [filename]--[local]
// labelFormat: '[filename]--[local]'
const brownStyles = css({ color: 'brown' })
```

Expand Down

0 comments on commit a5557ed

Please sign in to comment.