Repository URL to install this package:
Version:
0.9.6 ▾
|
import { styled } from 'view-container'
export const StyledMain = styled.main`
min-height: 100vh;
background-color: #f5f5f5;
`