From bacbd07bf3b09844ddf7395a5ae11ac2c384c5f0 Mon Sep 17 00:00:00 2001 From: slashformotion <45801817+slashformotion@users.noreply.github.com> Date: Wed, 3 Nov 2021 21:42:27 +0100 Subject: [PATCH] :bug: Fixed Two deprecation warnings for _normalize-mixin.scss (#38) Fixes #37 --- CHANGELOG.md | 3 ++- assets/scss/hugo-tufte.scss | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ca83ae..9327cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] - +### Fixed +- Fixed Two deprecation warnings for _normalize-mixin.scss ## [0.1.2] - 2021-08-21 ### Changed - There is no css files anymore, all the css is generated from scss, except for the hugo-tufte-override.css of course (70c7b91) [#15](https://github.com/slashformotion/hugo-tufte/issues/15) diff --git a/assets/scss/hugo-tufte.scss b/assets/scss/hugo-tufte.scss index aa7334d..46248bc 100644 --- a/assets/scss/hugo-tufte.scss +++ b/assets/scss/hugo-tufte.scss @@ -1,5 +1,5 @@ // VENDOR -@import "vendor/normalize/import-now"; +@import "vendor/_normalize.scss"; @import "vendor/tufte.scss"; // OUR CODE