index.less 95 Bytes
Newer Older
bert committed
1 2 3 4 5 6 7 8 9

:global {
  html, body, #root {
    height: 100%;
  }
  body {
    background: #fafafa;
  }
}