Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12345678910111213141516171819202122232425262728293031323334353637
  1. *
  2. margin: 0
  3. padding: 0
  4. box-sizing: border-box
  5. &:before, &:after
  6. background-repeat: no-repeat
  7. box-sizing: inherit
  8. $:focus
  9. outline: none !important
  10. ::before, ::after
  11. text-decoration: inherit
  12. vertical-align: inherit
  13. html
  14. cursor: default
  15. font-family: system-ui
  16. line-height: 1vh
  17. tab-size: 4
  18. body
  19. margin: 0
  20. font-size: 1em
  21. nav
  22. ol, ul
  23. list-style: none
  24. // Good for SPAs
  25. html, body
  26. height: 100%
  27. button, input, select, textarea
  28. font-family: inherit
  29. font-size: inherit
  30. line-height: inherit