esciencecenter-digital-skills / NEBULA

https://esciencecenter-digital-skills.github.io/NEBULA/
Apache License 2.0
1 stars 2 forks source link

SASS deprecation warning when updating to latest sass #83

Open JaroCamphuijsen opened 4 hours ago

JaroCamphuijsen commented 4 hours ago

When we update SASS to the latest version, it will start raising many deprecation warnings. Partly they are from the assets/nlesc-decorations.scss file. But the majority comes from reveal.js which has not been updated for the new sass behaviour.

As of https://github.com/esciencecenter-digital-skills/NEBULA/pull/71, the reveal.js and sass versions have been pinned down to avoid these warnings.

Once reveal.js is updated, we should also bump the version of reveal in NEBULA and update the sass version.

JaroCamphuijsen commented 4 hours ago

Issue in reveal.js: https://github.com/hakimel/reveal.js/issues/3718