plone / mockup

A collection of client side patterns for faster and easier web development
http://plone.github.io/mockup/
BSD 3-Clause "New" or "Revised" License
49 stars 96 forks source link

SASS 1.79 compatibility #1394

Closed thet closed 2 months ago

thet commented 2 months ago

Begin work on SASS 1.79 compatibility.

Ref: https://github.com/twbs/bootstrap/issues/40849 https://github.com/twbs/bootstrap/pull/40865 https://github.com/twbs/bootstrap/pull/40864

IIRC (worked on that some days ago) this is not really silencing the deprecation warnings from SASS.

Probably pinning SASS to something before 1.79 is better (resolveDependencies).