readchina / readchina.github.io

Project Webpage
https://readchina.github.io
Other
2 stars 0 forks source link

Two Sass warnings #266

Closed whalekeykeeper closed 10 months ago

whalekeykeeper commented 1 year ago

Two types of warning appeared:

  1. @elseif is deprecated and will not be supported in future Sass versions.
  2. Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

It is not urgent to fix but eventually they should be fixed.

Screenshot 2023-02-22 at 17 08 03
whalekeykeeper commented 1 year ago

Tried to replace div with calc() or math.div(), but jekyll complained to both.

damianodamiani commented 10 months ago

what's the status on this issue?

whalekeykeeper commented 10 months ago

Currently am trying to use the sass-migrator for fix the division problem

whalekeykeeper commented 10 months ago

Currently am trying to use the sass-migrator for fix the division problem

It's not an error but just a warning. I guess we can leave it there.