-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Description
➜ SNP npm run build
snp@0.0.0 build
vite build
vite v6.4.1 building for production...
transforming (54) src/components/Cp.jsxDeprecation Warning [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax.
Suggestion: if(sass($minus): 2; else: 1)
More info: https://sass-lang.com/d/if-function
╷
289 │ @for $i from if($minus, 2, 1) through string.length($value) {
│ ^^^^^^^^^^^^^^^^
╵
../../../bulma/sass/utilities/functions.scss 289:16 @forward
../../../bulma/sass/utilities/_index.scss 5:1 @forward
../../../bulma/sass/_index.scss 1:1 @use
../../../bulma/bulma.scss 4:1 root stylesheet
Deprecation Warning [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax.
Suggestion: if(sass($minus): -$result; else: $result)
More info: https://sass-lang.com/d/if-function
╷
294 │ if($minus, -$result, $result),
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
../../../bulma/sass/utilities/functions.scss 294:9 @forward
../../../bulma/sass/utilities/_index.scss 5:1 @forward
../../../bulma/sass/_index.scss 1:1 @use
../../../bulma/bulma.scss 4:1 root stylesheet
Deprecation Warning [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax.
Suggestion: if(sass($minus): -$result; else: $result)
More info: https://sass-lang.com/d/if-function
╷
309 │ @return if($minus, -$result, $result);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
../../../bulma/sass/utilities/functions.scss 309:11 @forward
../../../bulma/sass/utilities/_index.scss 5:1 @forward
../../../bulma/sass/_index.scss 1:1 @use
../../../bulma/bulma.scss 4:1 root stylesheet
transforming (1090) src/Admin/BillingInfo.jsxDeprecation Warning [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax.
Suggestion: if(sass($right): "right"; else: "left")
More info: https://sass-lang.com/d/if-function
╷
412 │ $normal: if($right, "right", "left");
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
../../../bulma/sass/utilities/mixins.scss 412:12 @use
../../../bulma/sass/base/generic.scss 3:1 @forward
../../../bulma/sass/base/_index.scss 5:1 @forward
../../../bulma/sass/_index.scss 3:1 @use
../../../bulma/bulma.scss 4:1 root stylesheet
Deprecation Warning [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax.
Suggestion: if(sass($right): "left"; else: "right")
More info: https://sass-lang.com/d/if-function
╷
413 │ $opposite: if($right, "left", "right");
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
../../../bulma/sass/utilities/mixins.scss 413:14 @use
../../../bulma/sass/base/generic.scss 3:1 @forward
../../../bulma/sass/base/_index.scss 5:1 @forward
../../../bulma/sass/_index.scss 3:1 @use
../../../bulma/bulma.scss 4:1 root stylesheet
Warning: 3 repetitive deprecation warnings omitted.
Run in verbose mode to see all warnings.