This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/assets/sass/base/_typography.sass

7 lines
119 B
Sass

@each $value in 'left' 'center' 'right'
.text-#{$value}
text-align: #{$value}
.text-light
color: #777