mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-10-29 15:57:13 +01: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