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