Using Emotions CSS Prop with Gatsby


Using Emotion's CSS prop is the easiest way to get started styling your application. We go over where you can use the prop as well as how to use it with strings and with objects.
This lesson is for members. Join us? Get access to all 3,000+ tutorials + a community with expert developers around the world.
Using Emotion's CSS prop is the easiest way to get started styling your application. We go over where you can use the prop as well as how to use it with strings and with objects.
Access all courses and lessons, track your progress, gain confidence and expertise.
Instructor: The CSS prop is the easiest way to get started using emotion. Because we've included gatsby-plugin-emotion in our Gatsby site, there's nothing else we have to do to set this up.
The CSS prop is a prop that is added to any React element. You can use objects and you can use strings. If you choose to use strings, you have to import CSS from emotion/core. Notice that our heading is red and our paragraph text is blue.