Skip to content

Commit

Permalink
Merge pull request #259 from cssdream/update-css-scoping
Browse files Browse the repository at this point in the history
add `:has-slotted`
  • Loading branch information
SebastianZ authored Oct 10, 2024
2 parents e841626 + e436a5a commit 42ff6e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/css-scoping-1.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,11 @@ export default {
},
tests: ['::slotted(*)', '::slotted(.foo)'],
},
':has-slotted': {
links: {
dev: '#the-has-slotted-pseudo',
},
tests: ':has-slotted',
},
},
};

0 comments on commit 42ff6e2

Please # to comment.