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

Fix dart sass 2.0 division deprecations #3544

Commits on Jul 15, 2022

  1. Fix dart sass 2.0 division deprecations

    The src/rails_admin/styles/base/theming.scss used division calculations
    which causes deprecation warnings with dart sass >= 2.
    
    The fontawesome-free version also has the same problem.
    
    Using calc() around the division math fixes the issue in theming.scss
    Upgrading fontawesome-free to the latest version fixies their issue
    darrenterhune committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    1bc90c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Update fontawesome vendor/assets for sprockets projects

    Fontawesome-free removed eot, svg and woff files and do not seem to be 
    included anymore
    darrenterhune committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    f2df560 View commit details
    Browse the repository at this point in the history