Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoxiaoliangz committed Aug 11, 2023
1 parent 5ffb04b commit e87b932
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ and in your webpack.config.js

That's it for the configuration.

### Deep selector
### About the deep selector

If you want to affect the child components, you can use the deep selector.

Expand Down Expand Up @@ -182,9 +182,10 @@ You can use `::v-deep` instead. ([related issue](https://github.com/vuejs/vue-cl

When you want to use that, make sure that the version of `@vue/component-compiler-utils` installed in your project's node_modules is >= 2.6.0.

## Some common use cases with react scoped css
## Examples

Check out [simple-scoped-css-example](https://github.com/gaoxiaoliangz/react-scoped-css/tree/master/examples/simple)
- [webpack example](examples/simple)
- [create react app example](examples/cra)

## Common errors

Expand Down Expand Up @@ -230,8 +231,3 @@ export function MyComponent() {
}
```

## TODOs

- [ ] add Chinese docs
- [ ] add seprated docs for each package
- [ ] a better getting started guide

0 comments on commit e87b932

Please sign in to comment.