🐛 Fixed Two deprecation warnings for _normalize-mixin.scss (#38)

Fixes #37
This commit is contained in:
slashformotion 2021-11-03 21:42:27 +01:00 committed by GitHub
parent dcd87c90f2
commit bacbd07bf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -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)

View file

@ -1,5 +1,5 @@
// VENDOR
@import "vendor/normalize/import-now";
@import "vendor/_normalize.scss";
@import "vendor/tufte.scss";
// OUR CODE