aboutsummaryrefslogtreecommitdiff
path: root/scss/_mixins.scss
blob: d6da0e925a15bc3221adb5c7c40f6c3e3b9843b1 (plain)
1
2
3
4
5
6
// Define font-size and line height together
@mixin font-size-line-height($font-size, $line-height) {
  font-size: $font-size;
  line-height: $line-height;
}