We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562088c commit d1728a8Copy full SHA for d1728a8
README.md
@@ -57,10 +57,8 @@ use with blacklist or whitelist
57
```tsx | pure
58
import extractStyle from `@ant-design/static-style-extract`;
59
60
-const cssText = extractStyle(); // :where(.css-bAMboOo).ant-btn ...
61
-
62
const cssText = extractStyle({
63
- includes: ['Button']
+ includes: ['Button'] // Only Button style will be extracted
64
});
65
```
66
0 commit comments