File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 22
33This 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
You can’t perform that action at this time.
0 commit comments