From e87b932cdf1d59342f451ba3f0fff6defca8ee81 Mon Sep 17 00:00:00 2001 From: gaoxiaoliangz Date: Fri, 11 Aug 2023 23:47:08 +0800 Subject: [PATCH] docs: update docs --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0cc97b2..a520c8c 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 @@ -230,8 +231,3 @@ export function MyComponent() { } ``` -## TODOs - -- [ ] add Chinese docs -- [ ] add seprated docs for each package -- [ ] a better getting started guide