Skip to content

Instantly share code, notes, and snippets.

@nichoth
Last active August 9, 2024 21:35
Show Gist options
  • Save nichoth/07ff2a91c2bbf5b8fd00eeec34c0a0f6 to your computer and use it in GitHub Desktop.
Save nichoth/07ff2a91c2bbf5b8fd00eeec34c0a0f6 to your computer and use it in GitHub Desktop.
web components TIL

web components

CSS

Use the ::part selector

sl-dialog::part(close-button) {
  display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment