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

Use box-shadow mixin for .btn #30512

Merged
merged 3 commits into from Apr 11, 2020
Merged

Commits on Apr 11, 2020

  1. fix(css): checks for $btn-box-shadow

    Fixes `box-shadow` property being invalid when that var in `none`.
    zalog committed Apr 11, 2020
    Copy the full SHA
    8ddfdbb View commit details
    Browse the repository at this point in the history
  2. perf(css): adds box-shadow where needed

    `box-shadow` mixin already checks for property `none`.
    zalog committed Apr 11, 2020
    Copy the full SHA
    b244872 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5a274c5 View commit details
    Browse the repository at this point in the history