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

_typography.sss 449B

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