| 12345678910111213141516171819202122232425262728 |
- @import '../variables.sss'
-
- :--headings
- color: $primary
-
- .t
- &-cntr
- text-align: center
- &-left
- text-align: left
- &-b
- text-weight: bold
- &-i
- text-style: italic
- &-up
- text-transform: uppercase
- &-cap
- text-transform: capitalize
- &-sans
- font-family: $sans
- &-serif
- font-family: $serif
- &-mono
- font-family: $mono
-
- a
- &:hover
- cursor: pointer
|