From e8f85e9df15f3b6747784a7b40d42a8226979779 Mon Sep 17 00:00:00 2001 From: Bill Raymond Date: Mon, 16 Jan 2023 17:36:18 -0800 Subject: [PATCH] upgrade using sass-migrator division **/*.scss --- _sass/minima/_base.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_sass/minima/_base.scss b/_sass/minima/_base.scss index ea8d8f2c8f..503d19c6ba 100644 --- a/_sass/minima/_base.scss +++ b/_sass/minima/_base.scss @@ -1,3 +1,5 @@ +@use "sass:list"; + html { font-size: $base-font-size; } @@ -19,7 +21,7 @@ dl, dd, ol, ul, figure { * Basic styling */ body { - font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family; + font: $base-font-weight list.slash($base-font-size, $base-line-height) $base-font-family; color: $text-color; background-color: $background-color; -webkit-text-size-adjust: 100%;