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

🩹(frontend) define SASS variable color out with bootstrap v5 #197

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 10, 2021

  1. ⬆️ (frontend) upgrade bootstrap to version 5

    Bootstrap version 5 is out. We want Ashley to be updated with
    latest versions of our dependencies.
    carofun committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    de732da View commit details
    Browse the repository at this point in the history
  2. 🗑️(frontend) define SASS color variable out of bootstrap v5

    $table-head-color used in saas fil is not set-up anymore. The upgrade of the
    library bootrstrap version 4 to 5 doesn't have this variable pre-configured
    anymore. As a result, the frontend won't be able to be build anymore. We fix
    this issue by giving a color to this variable so that Ashley can use bootstrap
    5.
    carofun committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    44a317b View commit details
    Browse the repository at this point in the history