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-incss
notation support.@emotion/styled
: Necessary to used thestyled
notation.emotion-theming
: Theming library inspired by styled-components
- Remove their components usage in the source code +
/** @jsx jsx */