Skip to content

Commit

Permalink
reproduction of missing intermediate parents scope ids
Browse files Browse the repository at this point in the history
  • Loading branch information
yigityuce committed May 17, 2024
1 parent 99dc6e0 commit 41a3475
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"generate": "stencil generate"
},
"devDependencies": {
"@stencil/core": "^4.18.0",
"@stencil/core": "^4.18.1",
"@types/jest": "^29.5.6",
"@types/node": "^16.18.11",
"jest": "^29.7.0",
Expand Down
4 changes: 4 additions & 0 deletions src/components/my-menu/my-menu.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:host {
display: block;

my-list-item {
font-weight: 800;
}
}

0 comments on commit 41a3475

Please sign in to comment.