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

Web-components: Fix CSS class usage in CLI template #17702

Merged
merged 2 commits into from Mar 14, 2022
Merged

Web-components: Fix CSS class usage in CLI template #17702

merged 2 commits into from Mar 14, 2022

Commits on Mar 13, 2022

  1. Web Comp. Example Page, Fix Class Attribute

    Styles are applied to the element when the attribute is `class`, not `className`.
    wesleyboar committed Mar 13, 2022
    Copy the full SHA
    2daf62c View commit details
    Browse the repository at this point in the history
  2. Web Comp. Example Page, Mimic Class Attribute Fix

    Mimic the attribute change made and tested on the respective `.js` file:
    2daf62c
    wesleyboar committed Mar 13, 2022
    Copy the full SHA
    f1d39bc View commit details
    Browse the repository at this point in the history