From 2d8611aa06fec1a46d7550a477d300431c60a3d1 Mon Sep 17 00:00:00 2001 From: Bauke Date: Mon, 28 Mar 2022 14:08:25 +0200 Subject: [PATCH] Switch to @use everywhere. --- source/scss/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/scss/index.scss b/source/scss/index.scss index d0be9e2..e2420e1 100644 --- a/source/scss/index.scss +++ b/source/scss/index.scss @@ -1,4 +1,4 @@ -@import 'reset'; +@use 'reset'; html { font-size: 62.5%;