In Styled Components, the global styles that apply to the entire application are defined using the ________ helper function.

  • applyGlobalStyles
  • createGlobalStyle
  • defineGlobalStyles
  • setGlobalStyles
The createGlobalStyle helper function in Styled Components is used to define global styles that apply to the entire application, ensuring consistent styling across components and pages.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *