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/tabs): reduce amount of CSS generated for background color #26186

Merged
merged 1 commit into from Dec 6, 2022

Commits on Dec 6, 2022

  1. perf(material/tabs): reduce amount of CSS generated for background color

    We were generating more than 15kb of selectors to support the background colors for tabs. These changes move the selectors into the base styles and use variables to set the colors.
    crisbeto committed Dec 6, 2022
    Copy the full SHA
    a1f4e64 View commit details
    Browse the repository at this point in the history