mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-09-10 10:16:21 +02:00
fix: updated sass to use @use instead of @import
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@import "../variables";
|
||||
@use "../variables" as *;
|
||||
|
||||
@mixin line-height($number) {
|
||||
line-height: #{$number * $typographic-leading + "px"};
|
||||
|
Reference in New Issue
Block a user