index.less 225 B

1234567891011
  1. @import '~antd/lib/style/v2-compatible-reset.less';
  2. html, body, :global(#root) {
  3. height: 100%;
  4. }
  5. body {
  6. text-rendering: optimizeLegibility;
  7. -webkit-font-smoothing: antialiased;
  8. -moz-osx-font-smoothing: grayscale;
  9. }