docs/babel.mdx
@emotion/babel-plugin is highly recommended. All of the options that can be provided to @emotion/babel-plugin are documented in @emotion/babel-plugin's README.
In emotion version 8 and above, installation is optional. In older versions, installation is required. See the installation instructions.
Any leading/trailing space between properties in your css and styled blocks is removed. This can reduce the size of your final bundle.
Uglifyjs will use the injected /*#__PURE__*/ flag comments to mark your css and styled blocks as candidates for dead code elimination.
When enabled, navigate directly to the style declaration in your javascript file.
The ability to refer to another component to apply override styles depending on nesting context. Learn more in the styled docs.