View Issue Details

IDProjectCategoryView StatusLast Update
0007067Anastasisanastasis-webuipublic2022-09-26 20:50
ReporterFlorian Dold Assigned Tosebasjm  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version0.3.0Fixed in Version0.3.0 
Summary0007067: scss warnings
DescriptionWe get a lot of scss warnings, probably due to bulma. We should upgrade the dependency or silence the warning here.
Steps To Reproduce$ cd anastasis-webui && pnpm run build
Additional Information

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

Recommendation: math.div($icon-base-width, 2)

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

   ╷
31 │ right: ($icon-base-width / 2) - .85;
   │ ^^^^^^^^^^^^^^^^^^^^
   ╵
    src/scss/_mixins.scss 31:15 icon-with-update-mark()
    src/scss/_aside.scss 41:7 @content
    ../../node_modules/.pnpm/bulma@0.9.3/node_modules/bulma/sass/utilities/mixins.sass 111:5 desktop()
    src/scss/_aside.scss 22:1 @import
    src/scss/main.scss 33:9 root stylesheet

TagsNo tags attached.

Activities

sebasjm

2021-11-04 03:15

developer   ~0018457

done at a82b5a69..9eb94ef4

Issue History

Date Modified Username Field Change
2021-11-03 18:10 Florian Dold New Issue
2021-11-03 18:10 Florian Dold Assigned To => sebasjm
2021-11-03 18:10 Florian Dold Status new => assigned
2021-11-04 03:15 sebasjm Status assigned => resolved
2021-11-04 03:15 sebasjm Resolution open => fixed
2021-11-04 03:15 sebasjm Note Added: 0018457
2022-09-26 20:49 Christian Grothoff Fixed in Version => 0.3.0
2022-09-26 20:49 Christian Grothoff Target Version => 0.3.0
2022-09-26 20:50 Christian Grothoff Status resolved => closed