hassoubeat
hassoubeat
### Reproduction link [https://ant.design/docs/blog/extract-ssr#static-extract-style](https://ant.design/docs/blog/extract-ssr#static-extract-style) ### Steps to reproduce https://ant.design/docs/blog/extract-ssr#static-extract-style ### What is expected? The warning disappears. ### What is actually happening? A warning is displayed. For details, please refer to...
Hello! Write the code as shown below, I want `.sample` and `.samle2` to be global, but it doesn't work. ``` :global { .sample { … } .sample2 { … }...