Skip to content

Commit 3d9d651

Browse files
committed
remove line item about bundle sizing
1 parent bc5fafd commit 3d9d651

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
This plugin is a highly recommended supplement to the base styled-components library, offering some useful features:
44

5-
* consistently hashed component classNames between environments (a must for server-side rendering)
6-
* automatic library usage tweaks that allow for some bytes to be dropped from your bundle
7-
* better debugging through automatic annotation of your styled components based on their context in the file system, etc.
8-
* various types of minification for styles and the tagged template literals styled-components uses
5+
- consistently hashed component classNames between environments (a must for server-side rendering)
6+
- better debugging through automatic annotation of your styled components based on their context in the file system, etc.
7+
- various types of minification for styles and the tagged template literals styled-components uses
98

109
## Quick start
1110

@@ -27,9 +26,9 @@ Then add it to your babel configuration:
2726

2827
**The documentation for this plugin lives on [the styled-components website](https://www.styled-components.com/docs/tooling#babel-plugin)!**
2928

30-
* [Usage](https://www.styled-components.com/docs/tooling#usage)
31-
* [Better debugging](https://www.styled-components.com/docs/tooling#better-debugging)
32-
* [Minification](https://www.styled-components.com/docs/tooling#minification)
29+
- [Usage](https://www.styled-components.com/docs/tooling#usage)
30+
- [Better debugging](https://www.styled-components.com/docs/tooling#better-debugging)
31+
- [Minification](https://www.styled-components.com/docs/tooling#minification)
3332

3433
## License
3534

0 commit comments

Comments
 (0)