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

perf(material-experimental/mdc-list): reduce bundle size #24291

Merged
merged 1 commit into from
Jan 27, 2022

Commits on Jan 27, 2022

  1. perf(material-experimental/mdc-list): reduce bundle size

    Reduces the amount of CSS generated by the MDC-based list by:
    * Uses a similar approach to angular#24256 to reduce the amount of CSS for the internal checkbox. These changes reduce the styles even more, because we can exclude the hover/focus/pressed styles. This shaved off ~15kb.
    * Disabling CSS variable fallbacks. This shaved off another 1-2kb.
    crisbeto committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    963d6d1 View commit details
    Browse the repository at this point in the history