NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

_reset.sss 816B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* Kill margins and paddings; add border-box */
  2. *
  3. margin: 0
  4. padding: 0
  5. box-sizing: inherit
  6. &:before, &:after
  7. background-repeat: no-repeat
  8. box-sizing: inherit
  9. &:focus
  10. outline: none !important
  11. ::before, ::after
  12. text-decoration: inherit
  13. vertical-align: inherit
  14. html
  15. cursor: default
  16. font-family: system-ui
  17. line-height: 1.15
  18. tab-size: 4
  19. box-sizing: border-box
  20. /* Always set color/background/font-size on root */
  21. body
  22. margin: 0
  23. color: #000
  24. font-size: 16px
  25. font-family: Helvetica, Arial, sans-serif
  26. /* Remove list-style in navigation tags */
  27. nav
  28. ol, ul
  29. list-style: none
  30. /* Reset some other default styles */
  31. button, input, select, textarea
  32. font-family: inherit
  33. font-size: inherit
  34. line-height: inherit