cprodhomme / arctic_admin

Responsive Theme for ActiveAdmin
https://arcticadmin.osc-fr1.scalingo.io
MIT License
295 stars 109 forks source link

Deprecation warning on $font-size/1 being a depricated method for division (webpacker) #93

Closed sjieg closed 3 years ago

sjieg commented 3 years ago

Describe the bug

A deprecation warning is displayed when starting webpack-dev-server with the application.

DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($font-size, 1)

To Reproduce

  1. Start the webpack-dev-server
  2. Keep an eye on the warnings

image

Expected behavior

The deprecation not to show

Additional context

Quite a simple fix. I'll start writing the PR right now.