Bundled Themes: Update several package versions in Twenty Twenty and Twenty Nineteen.
The following packages received version bumps: Twenty Twenty - `concurrently` - `postcss-cli` - `rtlcss` - `stylelint-a11y` Twenty Nineteen - `node-sass` - `postcss-cli` - `rtlcss` See #49768. git-svn-id: https://develop.svn.wordpress.org/trunk@47925 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
823b703fe9
commit
4e31dc573d
2694
src/wp-content/themes/twentynineteen/package-lock.json
generated
2694
src/wp-content/themes/twentynineteen/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -10,11 +10,11 @@
|
||||
"@wordpress/browserslist-config": "^2.5.0",
|
||||
"autoprefixer": "^9.6.0",
|
||||
"chokidar-cli": "^2.0.0",
|
||||
"node-sass": "^4.12.0",
|
||||
"node-sass": "^4.14.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"postcss-cli": "^6.1.2",
|
||||
"postcss-cli": "^7.0.0",
|
||||
"postcss-focus-within": "^3.0.0",
|
||||
"rtlcss": "^2.4.0"
|
||||
"rtlcss": "^2.5.0"
|
||||
},
|
||||
"rtlcssConfig": {
|
||||
"options": {
|
||||
|
@ -2797,8 +2797,7 @@ body.page .main-navigation {
|
||||
background: transparent;
|
||||
color: inherit;
|
||||
cursor: pointer;
|
||||
transition: background 250ms ease-in-out,
|
||||
transform 150ms ease;
|
||||
transition: background 250ms ease-in-out, transform 150ms ease;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
}
|
||||
|
@ -2797,8 +2797,7 @@ body.page .main-navigation {
|
||||
background: transparent;
|
||||
color: inherit;
|
||||
cursor: pointer;
|
||||
transition: background 250ms ease-in-out,
|
||||
transform 150ms ease;
|
||||
transition: background 250ms ease-in-out, transform 150ms ease;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
}
|
||||
|
7607
src/wp-content/themes/twentytwenty/package-lock.json
generated
7607
src/wp-content/themes/twentytwenty/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -21,10 +21,10 @@
|
||||
"@wordpress/browserslist-config": "^2.6.0",
|
||||
"@wordpress/scripts": "^5.0.0",
|
||||
"autoprefixer": "^9.6.1",
|
||||
"concurrently": "^4.1.2",
|
||||
"postcss-cli": "^6.1.3",
|
||||
"rtlcss": "^2.4.0",
|
||||
"stylelint-a11y": "^1.2.1"
|
||||
"concurrently": "^5.2.0",
|
||||
"postcss-cli": "^7.0.0",
|
||||
"rtlcss": "^2.5.0",
|
||||
"stylelint-a11y": "^1.2.3"
|
||||
},
|
||||
"browserslist": [
|
||||
"extends @wordpress/browserslist-config"
|
||||
|
@ -5857,7 +5857,7 @@ a.to-the-top > * {
|
||||
.wp-block-image .alignright {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
|
||||
.wp-block-image .aligncenter figcaption {
|
||||
text-align: center;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user