Skip to content

Commit 78f6473

Browse files
Fix build, prepare for native blocks, fix dependencies, Refs: DEV-10, DEV-385
1 parent 5eb958b commit 78f6473

File tree

4 files changed

+18
-14
lines changed

4 files changed

+18
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Add minimalistic styles and footer, prepare for 10.0.0, Refs: DEV-94, DEV-90, DEV-379
99
* Fix too low contrast in dropdown-toggles, inherit dropdown toggle color from the item, Ref: DEV-383
1010
* Prevent longer dropdowns from cutting out on too low pages, Ref: DEV-384
11+
* Fix build, prepare for native blocks, fix dependencies, Refs: DEV-10, DEV-385
1112

1213
### 9.6.0: 2025-08-08
1314

package-lock.json

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"@ronilaukkarinen/stylelint-a11y": "^1.2.7",
1515
"@ronilaukkarinen/stylelint-declaration-strict-value": "^1.9.2",
1616
"@ronilaukkarinen/stylelint-value-no-unknown-custom-properties": "^4.0.1",
17+
"@wordpress/babel-preset-default": "^8.28.0",
1718
"@wordpress/scripts": "^30.11.0",
1819
"autoprefixer": "^10.4.13",
1920
"babel-eslint": "^10.1.0",
@@ -74,4 +75,4 @@
7475
"reframe.js": "^4.0.0",
7576
"vnu-jar": "^24.10.17"
7677
}
77-
}
78+
}

sass/navigation/_nav-mobile.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
}
9494

9595
.menu-items {
96+
// stylelint-disable-next-line
9697
margin: 16px 0 0;
9798
}
9899

0 commit comments

Comments
 (0)