Skip to content

Deprecation warnings on building the documentation site #2825

Open
@aallan

Description

@aallan

After the PRs for dependency updates that @mudge merged the other day I’m now getting deprecation warnings on building the documentation site.

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

Recommendation: math.div($spacing-unit, 2) or calc($spacing-unit / 2)

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

   ╷
40 │   margin-bottom: $spacing-unit / 2;
   │                  ^^^^^^^^^^^^^^^^^
   ╵
    ../../../../minima-2.5.1/_sass/minima/_base.scss 40:18           @import
    minima.scss 48:3                                                 @import
    /Users/aa/Repos/documentation/build/jekyll/assets/main.scss 1:9  root stylesheet

Metadata

Metadata

Labels

backlogWe'll be getting to it eventuallybugdependenciesPull requests that update a dependency filetoolchainThis is an infrastructure/toolchain issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions