Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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