Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feat(css): add shadow part detection #6

Merged
merged 1 commit into from
Apr 19, 2024
Merged

Conversation

rwaskiewicz
Copy link
Collaborator

add shadow part detection to the output target. similar to stencil's auto generation of docs data, we pull the shadow part information from the compiler metadata.

a new example was added to the project to showcase how shadow parts work and where autocompletion can help the development experience here.

the readme was updated to clarify scenarios where overriding the local dependency might not give the latest/greatest features.

unused styles from my-component (where i originally intended to showcase this functionality) has been removed

add shadow part detection to the output target. similar to stencil's
auto generation of docs data, we pull the shadow part information from
the compiler metadata.

a new example was added to the project to showcase how shadow parts
work and where autocompletion can help the development experience here.

the readme was updated to clarify scenarios where overriding the local
dependency might not give the latest/greatest features.

unused styles from my-component (where i originally intended to showcase
this functionality) has been removed
@rwaskiewicz rwaskiewicz merged commit 7fd8afd into main Apr 19, 2024
1 check passed
@rwaskiewicz rwaskiewicz deleted the rw/example-shadow-part branch April 21, 2024 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant