cleydyr / biblivre

Biblioteca Livre Internacional - an open source library management system and OPAC. Forked from https://github.com/Biblivre/Biblivre-5
https://biblivre.org.br
GNU General Public License v3.0
15 stars 7 forks source link

fix deprecated sass #336

Closed cleydyr closed 2 years ago

cleydyr commented 2 years ago

The following warnings appear in the log:

[INFO] --- dart-sass-maven-plugin:0.3.0:compile-sass (default) @ biblivre ---
Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div(-$content-width, 2) or calc(-$content-width / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

    ╷
235 │     margin-left: - $content-width / 2;
    │                  ^^^^^^^^^^^^^^^^^^^^
    ╵
    src/main/sass/interface/_menu.scss 235:15  @import
    src/main/sass/biblivre.core.scss 32:9      root stylesheet

Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div(-$content-width, 2) or calc(-$content-width / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

    ╷
279 │     margin-left: - $content-width / 2;
    │                  ^^^^^^^^^^^^^^^^^^^^
    ╵
    src/main/sass/interface/_menu.scss 279:15  @import
    src/main/sass/biblivre.core.scss 32:9      root stylesheet