Build/Test Tools: Update autoprefixer dependency.

This updates `autoprefixer` from version `9.6.2` to `9.8.6`. This includes changes as a result of running `npm run grunt precommit:css`.

See #51801.
Built from https://develop.svn.wordpress.org/trunk@50017


git-svn-id: http://core.svn.wordpress.org/trunk@49718 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2021-01-25 14:51:15 +00:00
parent 55df82ab1e
commit ad7754dbd9
5 changed files with 5 additions and 3 deletions

View File

@ -970,6 +970,7 @@ html:lang(he-il) .rtl #wpadminbar * {
to 100% viewport width at responsive sizes. */
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
min-width: -webkit-fit-content;
min-width: -moz-fit-content;
min-width: fit-content;
}

File diff suppressed because one or more lines are too long

View File

@ -969,6 +969,7 @@ html:lang(he-il) .rtl #wpadminbar * {
to 100% viewport width at responsive sizes. */
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
min-width: -webkit-fit-content;
min-width: -moz-fit-content;
min-width: fit-content;
}

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.7-alpha-50016';
$wp_version = '5.7-alpha-50017';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.