Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(create-vite): fix h1 css selector in lit templates #12951

Merged
merged 2 commits into from
Apr 22, 2023

Conversation

danieldeandradelopes
Copy link
Contributor

Description

This PR will go fix a css selector of h1 into slot tag from Lit template in JS and TS.

Fixes #12950

The MDN Documentation say this:
https://developer.mozilla.org/en-US/docs/Web/CSS/::slotted

What is the purpose of this pull request?

  • Bug fix
  • New Feature
  • Documentation update
  • Other

@stackblitz
Copy link

stackblitz bot commented Apr 22, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@bluwy bluwy changed the title fix(dev): Fix css selector to h1 into slot tag Lit Templates (fix: #12950) fix(create-vite): fix h1 css selector in lit templates Apr 22, 2023
@bluwy bluwy merged commit 21c61cb into vitejs:main Apr 22, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong CSS in Lit template
2 participants