mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
0bada3abf1
Sass has changed the syntax for dividing two numbers. Previously you would use `/`, but because this causes some ambiguity with color functions (`rgb()`, `rgba()`, and the like), where `/` is regularly used to separate color channel information from an alpha value, Sass has deprecate the use of `/` for division. [1] This commit converts all such usages to use `math.div()` instead. This is a little bit difficult because there are a few places in `@fortawesome/fontawesome-free` which use the old syntax. There is an issue open here about it [2] but that has not been fixed yet. So we have to patch this package to make the deprecation warnings go away. [1]: https://sass-lang.com/documentation/breaking-changes/slash-div [2]: https://github.com/FortAwesome/Font-Awesome/issues/18371 |
||
---|---|---|
.. | ||
@babel+runtime+7.16.3.patch | ||
@eslint+eslintrc+0.4.0.patch | ||
@formatjs+intl-utils+3.3.1.patch | ||
@fortawesome+fontawesome-free+5.13.0.patch | ||
@reduxjs+toolkit+1.6.2.patch | ||
abort-controller+3.0.0.patch | ||
acorn+7.4.1.patch | ||
colors+1.4.0.patch | ||
combine-source-map++convert-source-map+1.1.3.patch | ||
error+7.0.2.patch | ||
eslint+7.23.0.patch | ||
fast-json-patch+2.2.1.patch | ||
gulp-sourcemaps+3.0.0.patch | ||
inline-source-map+0.6.2.patch | ||
luxon+1.26.0.patch | ||
object.values+1.1.3.patch | ||
plugin-error+1.0.1.patch | ||
regenerator-runtime+0.13.7.patch | ||
sass+1.35.2.patch | ||
squirrelly+8.0.8.patch | ||
stylelint+13.6.1.patch | ||
undeclared-identifiers+1.1.2.patch | ||
watchify+4.0.0.patch | ||
web3+0.20.7.patch |