Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
a7c5b0e
Bump the minimum required version of Node.js and npm.
desrosj Oct 17, 2023
1382aa4
Merge remote-tracking branch 'upstream/trunk' into update/nodejs-20
desrosj Nov 13, 2023
ecf47f7
Eliminate duplicate CSS rule.
desrosj Nov 13, 2023
2543955
Merge remote-tracking branch 'upstream/trunk' into update/nodejs-20
desrosj Nov 14, 2023
e0af00f
Merge branch 'trunk' of https://github.com/WordPress/wordpress-develo…
desrosj Nov 17, 2023
71c26f7
Merge remote-tracking branch 'upstream/trunk' into update/nodejs-20
desrosj Nov 20, 2023
db1be3e
Add `engine` definition to default themes.
desrosj Nov 20, 2023
e6437cd
Test Node.js 18 and 20.
desrosj Nov 20, 2023
9c3c7f3
Add Node.js version to Gutenberg testing.
desrosj Nov 20, 2023
442cb69
Test against PR branch.
desrosj Nov 20, 2023
725db11
Add Node.JS version to job name.
desrosj Nov 20, 2023
d0376ef
Update to Node.js 20.
desrosj Dec 5, 2023
495982d
Use the `trunk` version of the build workflow.
desrosj Dec 5, 2023
b8ae40a
Check the desired version of Node is being used.
desrosj Dec 6, 2023
f8f31e6
Use the `setup-node` action instead of `nvm`.
desrosj Dec 6, 2023
0186507
Change Node version back after resetting.
desrosj Dec 6, 2023
7caaa38
Merge remote-tracking branch 'upstream/trunk' into update/nodejs-20
desrosj Dec 7, 2023
c7b38d9
Merge remote-tracking branch 'upstream/trunk' into update/nodejs-20
desrosj Dec 18, 2023
506e68d
Merge branch 'trunk' into update/nodejs-20
desrosj Dec 19, 2023
f326358
Merge remote-tracking branch 'upstream/trunk' into update/nodejs-20
desrosj Dec 20, 2023
b6c9f1c
Add `check-latest` to ensure the needed version is installed.
desrosj Dec 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Eliminate duplicate CSS rule.
  • Loading branch information
desrosj committed Nov 13, 2023
commit ecf47f78f0356c86bfee49b2a229d7c947526fbd

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@
--branding--title--text-transform: uppercase;
--branding--description--font-family: var(--global--font-secondary);
--branding--description--font-size: var(--global--font-size-sm);
--branding--description--font-family: var(--global--font-secondary);
--branding--logo--max-width: 300px;
--branding--logo--max-height: 100px;
--branding--logo--max-width-mobile: 96px;
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ $baseline-unit: 10px;
--branding--title--text-transform: uppercase;
--branding--description--font-family: var(--global--font-secondary);
--branding--description--font-size: var(--global--font-size-sm);
--branding--description--font-family: var(--global--font-secondary);

--branding--logo--max-width: 300px;
--branding--logo--max-height: 100px;
Expand Down
1 change: 0 additions & 1 deletion src/wp-content/themes/twentytwentyone/style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL.
--branding--title--text-transform: uppercase;
--branding--description--font-family: var(--global--font-secondary);
--branding--description--font-size: var(--global--font-size-sm);
--branding--description--font-family: var(--global--font-secondary);
--branding--logo--max-width: 300px;
--branding--logo--max-height: 100px;
--branding--logo--max-width-mobile: 96px;
Expand Down
1 change: 0 additions & 1 deletion src/wp-content/themes/twentytwentyone/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL.
--branding--title--text-transform: uppercase;
--branding--description--font-family: var(--global--font-secondary);
--branding--description--font-size: var(--global--font-size-sm);
--branding--description--font-family: var(--global--font-secondary);
--branding--logo--max-width: 300px;
--branding--logo--max-height: 100px;
--branding--logo--max-width-mobile: 96px;
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentytwentyone/style.css.map

Large diffs are not rendered by default.