Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding globalStyled with styled components #16783

Merged
merged 6 commits into from
Sep 10, 2020
Merged

Adding globalStyled with styled components #16783

merged 6 commits into from
Sep 10, 2020

Commits on Sep 2, 2020

  1. Adding globalStyled with styled components

    # Changes
    
    - adding global styles with styled components in _app.js
    
    - Details
    
    - Returns a StyledComponent that does not accept children. Place it at the top of your React tree and the global styles will be injected when the component is "rendered".
    - Since the GlobalStyle component is a StyledComponent, that means it also has access to theming from the <ThemeProvider> component if provided.
    ArthurMaverick authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    bdc3526 View commit details
    Browse the repository at this point in the history
  2. add react.fragment

    ArthurMaverick authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    3ff448d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Fix lint

    Timer committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    dde5622 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fed5364 View commit details
    Browse the repository at this point in the history
  3. consolidate imports

    Timer committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    f82bc58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b3d615 View commit details
    Browse the repository at this point in the history