Open ThisIsMissEm opened 1 month ago
There are probably a lot more of those coming with the bump to the latest SASS Dart version, which we did not merge yet.
I've started to address them in #32611, however, as it notes, there's issues with form fields and their styling in mastodon-light, because mastodon-light overrode what lighten()
and darken()
actually did.
Steps to reproduce the problem
Currently when compiling assets via webpack, we have a number of Sass Deprecation warnings. It'd be good to fix these, and they look mostly find the source of the warning and replace it with the newer syntax:
The current warnings on main @
1fc165de02
are as follows:Expected behaviour
No deprecation warnings should be output, besides the legacy-js-api ones
Actual behaviour
Deprecation warnings are output
Detailed description
No response
Mastodon instance
n/a
Mastodon version
v4.3.0 / main
Browser name and version
n/a
Operating system
n/a
Technical details
No response