mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-10-28 23:37:40 +01:00
6 lines
116 B
SCSS
6 lines
116 B
SCSS
@use "../variables" as *;
|
|
|
|
@mixin line-height($number) {
|
|
line-height: #{$number * $typographic-leading + "px"};
|
|
}
|