Skip to content

DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. #73

Open
@RodrigoDornelles

Description

@RodrigoDornelles
DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($spacer, 4) or calc($spacer / 4)

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

╷
311 │ 1: $spacer / 4,
│ ^^^^^^^^^^^
╵
volt/_variables.scss 311:8 @import
- 24: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($spacer, 2) or calc($spacer / 2)

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

╷
312 │ 2: $spacer / 2,
│ ^^^^^^^^^^^
╵
volt/_variables.scss 312:8 @import
- 24:9 root stylesheet

Error: (0: 0, 1: 0.25rem, 2: 0.5rem, 3: 1rem, 4: 1.5rem, 5: 3rem, 6: 5rem, 7: 8rem, 8: 10rem, 9: 11rem, 10: 14rem, 11: 16rem, 12: 20rem, "sm": 1rem, "md": 2rem, "lg": 4rem, "xl": 8rem) isn't a valid CSS value.
╷
328 │ $negative-spacers: if($enable-negative-margins, negativify-map($spacers), null) !default;
│ ^^^^^^^^
╵
volt/_variables.scss 328:64 @import
- 24:9 root stylesheet

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions