Skip to content

scss slash division deprecation #1859

@radovanobal

Description

@radovanobal

Subject of the issue

The scss of gridstack still uses slash divisions. These are marked as deprecated and will be replaced in favour of

@use "sass;math";

$var: math.div(20, 2) // 10

Your environment

since node-sass is deprecated, we are running dart-sass

Steps to reproduce

build the sass with webpack and dart-sass

Expected behavior

compiling without deprecation warnings

Actual behavior

Compiles but will no longer in later versions of sass

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