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';