mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-09-10 10:16:21 +02:00
🔖 Upgrade to Gatsby 1.8.12
This commit is contained in:
7
src/assets/scss/mixins/_line-height.scss
Normal file
7
src/assets/scss/mixins/_line-height.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Line-Height
|
||||
*/
|
||||
|
||||
@mixin line-height($number) {
|
||||
line-height: #{ $number * $typographic-leading + "px"};
|
||||
}
|
Reference in New Issue
Block a user