How to remove Emotion
We strongly recommend to keep Emotion. You can use both Styled Component approach and inline styles, it should fit all css-related needs.
- Remove the following libraries:
@emotion/core: Necessary to use emotion, with built-incssnotation support.@emotion/styled: Necessary to used thestylednotation.emotion-theming: Theming library inspired by styled-components
- Remove their components usage in the source code +
/** @jsx jsx */