kylelogue / mustard-ui

A starter CSS framework that actually looks good.
https://kylelogue.github.io/mustard-ui
MIT License
1.03k stars 65 forks source link

Lot of deprecations from sass #49

Closed zgoda closed 2 years ago

zgoda commented 3 years ago

When using dart-sass (1.37.5) to compile scss there's a lot of deprecation warnings:

DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($i, $col-count)

More info and automated migrator: https://sass-lang.com/d/slash-div
kylelogue commented 2 years ago

This project explicitly supports gulp using the included gulpfile.js. No support for dart-sass has been planned.