mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-09-10 18:26:15 +02:00
refactor(starter): upgrade to new version of gatsby
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
/**
|
||||
* Line-Height
|
||||
*/
|
||||
@import "../variables";
|
||||
|
||||
@mixin line-height($number) {
|
||||
line-height: #{ $number * $typographic-leading + "px"};
|
||||
}
|
||||
line-height: #{$number * $typographic-leading + "px"};
|
||||
}
|
||||
|
Reference in New Issue
Block a user