Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dart Sass Deprecating "/" for Division #1176

Open
christianmagill opened this issue Dec 1, 2021 · 0 comments
Open

Dart Sass Deprecating "/" for Division #1176

christianmagill opened this issue Dec 1, 2021 · 0 comments

Comments

@christianmagill
Copy link

https://sass-lang.com/documentation/breaking-changes/slash-div


● Mix building (28%)  
 import loader ./node_modules/css-loader/dist/cjs.js

Deprecation Warning: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div(9, 16)

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

   ╷

● Mix building (28%) 1/3 entries 3/4 dependencies 1/3 modules 2 active 
 css-loader › postcss-loader › sass-loader › resources/styles/admin.scss

: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div(9, 16)

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

   ╷

● Mix done (99%) plugins 
 BuildCallbackPlugin

: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div(9, 16)

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

   ╷
30 │ $mfp-iframe-ratio:                    9/16 !default;                       // Ratio of iframe (9/16 = widescreen, 3/4 = standard, etc.)
   │                                       ^^^^
   ╵
    node_modules/magnific-popup/src/css/_settings.scss 30:39  @import
    node_modules/magnific-popup/src/css/main.scss 3:9         @import
    resources/styles/app.scss 3:9                             root stylesheet


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant