_normalize.scss 168 B

12345678910111213
  1. // Smooth out the fonts
  2. body {
  3. -webkit-font-smoothing: antialiased;
  4. -moz-osx-font-smoothing: grayscale;
  5. }
  6. * {
  7. box-sizing: border-box;
  8. }
  9. pre {
  10. overflow: scroll;
  11. }