Skip to content

Commit

Permalink
Use function to construct Normalize component (#17)
Browse files Browse the repository at this point in the history
Use function to construct Normalize component
  • Loading branch information
sergeysova committed Oct 1, 2019
2 parents 0529952 + dca66ad commit 008f0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@ template {
}
`

export const Normalize = createGlobalStyle`${normalize}`
export const Normalize = createGlobalStyle(normalize);

export default normalize

0 comments on commit 008f0e6

Please sign in to comment.