1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-25 20:02:58 +01:00
metamask-extension/patches
Elliot Winkler 0bada3abf1
Clear Sass deprecations (#13227)
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
2022-01-07 12:17:21 -07:00
..
@babel+runtime+7.16.3.patch Update @babel/runtime patch to fix lockdown error (#13109) 2021-12-16 10:00:11 -10:00
@eslint+eslintrc+0.4.0.patch
@formatjs+intl-utils+3.3.1.patch
@fortawesome+fontawesome-free+5.13.0.patch Clear Sass deprecations (#13227) 2022-01-07 12:17:21 -07:00
@reduxjs+toolkit+1.6.2.patch
abort-controller+3.0.0.patch
acorn+7.4.1.patch Feature: Transaction Insights (#12881) 2021-12-01 13:52:08 -03:30
colors+1.4.0.patch Feature: Transaction Insights (#12881) 2021-12-01 13:52:08 -03:30
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 LavaMoat Node update and various small enhancements (#12239) 2021-09-28 20:56:08 -10:00
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