Global Styles
βοΈ Edit this pageSometimes you might want to insert global css like resets or font faces. You can use the Global
component to do this. It accepts a styles
prop which accepts the same values as the css
prop except it inserts styles globally. Global styles are also removed when the styles change or when the Global component unmounts.
(Edit code to see changes)