forked from mirrors/hugo-tufte
🐛 Fixed Two deprecation warnings for _normalize-mixin.scss (#38)
Fixes #37
This commit is contained in:
parent
dcd87c90f2
commit
bacbd07bf3
2 changed files with 3 additions and 2 deletions
|
@ -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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
### Fixed
|
||||||
|
- Fixed Two deprecation warnings for _normalize-mixin.scss
|
||||||
## [0.1.2] - 2021-08-21
|
## [0.1.2] - 2021-08-21
|
||||||
### Changed
|
### 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)
|
- 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)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// VENDOR
|
// VENDOR
|
||||||
@import "vendor/normalize/import-now";
|
@import "vendor/_normalize.scss";
|
||||||
@import "vendor/tufte.scss";
|
@import "vendor/tufte.scss";
|
||||||
|
|
||||||
// OUR CODE
|
// OUR CODE
|
||||||
|
|
Loading…
Reference in a new issue