Skip to content

Commit

Permalink
feat(Grid): Change style approach
Browse files Browse the repository at this point in the history
Closes #15
  • Loading branch information
danilowoz committed Jan 31, 2019
1 parent aec61d4 commit 0b32f9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ class Snuggle extends React.PureComponent<ISnuggle> {
grid-gap: ${rowGap}px;
grid-template-columns: repeat(auto-fill, minmax(${columnWidth}px, 1fr));
}
</style>
`
</style>`
}

render() {
Expand Down

0 comments on commit 0b32f9e

Please sign in to comment.