NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

_typography.sss 415B

12345678910111213141516171819202122232425
  1. @import './variables.sss'
  2. .t
  3. &-cntr
  4. text-align: center
  5. &-left
  6. text-align: left
  7. &-b
  8. text-weight: bold
  9. &-i
  10. text-style: italic
  11. &-up
  12. text-transform: uppercase
  13. &-cap
  14. text-transform: capitalize
  15. &-sans
  16. font-family: $sans
  17. &-serif
  18. font-family: $serif
  19. &-mono
  20. font-family: $mono
  21. a
  22. &:hover
  23. cursor: pointer