Answers for "how to install emotion in gatsby"

1

how to install emotion in gatsby

#Copy code to clipboard
npm install --save gatsby-plugin-emotion @emotion/core @emotion/styled

# Yarn
yarn add gatsby-plugin-emotion @emotion/core @emotion/styled
Posted by: Guest on June-14-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language