Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gVguy committed Oct 24, 2021
1 parent c0392b9 commit 008e00b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ div {
Will get converted to this
```xml
<div data-scope-hello>Hola</div>
<style scoped>
```
```css
div[data-scope-hello] {
color: pink;
}
</style>
```
This can be disabled by specifying `--noscope`

Expand Down

0 comments on commit 008e00b

Please sign in to comment.