Skip to content

Commit d1728a8

Browse files
authored
Clean up README by removing unused code example
Removed commented-out code for extracting styles.
1 parent 562088c commit d1728a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,8 @@ use with blacklist or whitelist
5757
```tsx | pure
5858
import extractStyle from `@ant-design/static-style-extract`;
5959

60-
const cssText = extractStyle(); // :where(.css-bAMboOo).ant-btn ...
61-
6260
const cssText = extractStyle({
63-
includes: ['Button']
61+
includes: ['Button'] // Only Button style will be extracted
6462
});
6563
```
6664

0 commit comments

Comments
 (0)