From db79715044da00070f24cc8906af61de9b5555e6 Mon Sep 17 00:00:00 2001 From: Travis Dahl Date: Mon, 25 Jun 2018 02:59:25 -0700 Subject: [PATCH] Bad references for LESS shim Was getting errors trying to import the shims. fixing these references seemed to solve it. --- web-fonts-with-css/less/v4-shims.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-fonts-with-css/less/v4-shims.less b/web-fonts-with-css/less/v4-shims.less index 3241feb01..a187dedad 100644 --- a/web-fonts-with-css/less/v4-shims.less +++ b/web-fonts-with-css/less/v4-shims.less @@ -2,5 +2,5 @@ * Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ -@import 'variables'; -@import 'shims'; +@import '_variables.less'; +@import '_shims.less';