Problem/Motivation
- #3315648: Deprecation warning in sidebar.scss
- #3305949: Fix invalid margin-bottom value for node__meta class
- #3317380: Update Nodejs packages to match with latest Drupal core for compiling and linting
Deprecation in Dart-SASS
This operation is parsed as:
0 - ($spacer)
but you may have intended it to mean:
0 (-($spacer))
Add a space after - to clarify that it's meant to be a binary operation, or wrap
it in parentheses to make it a unary operation. This will be an error in future
versions of Sass.
More info and automated migrator: https://sass-lang.com/d/strict-unary
╷
31 │ margin: 0 -($spacer);
│ ^^^^^^^^^^^^
╵
Proposed resolution
Change to @include margin(-($spacer))
Remaining tasks
- ✅ File an issue about this project
- ✅ Addition/Change/Update/Fix to this project
- ✅ Testing to ensure no regression
- ➖ Automated unit/functional testing coverage
- ➖ Developer Documentation support on feature change/addition
- ➖ User Guide Documentation support on feature change/addition
- ➖ Accessibility and Readability
- ✅ Code review from 1 Varbase core team member
- ✅ Full testing and approval
- ✅ Credit contributors
- ✅ Review with the product owner
- ✅ Update Release Notes and Update Helper on new feature change/addition
- ✅ Release Varbase 9.0.9, vartheme_bs4-9.0.19
Varbase update type
- ✅ No Update
- ➖ Optional Update
- ➖ Forced Update
- ➖ Forced Update if Unchanged
User interface changes
- N/A
API changes
- N/A
Data model changes
- N/A
Release notes snippet
- Issue #3317526: Fixed Dart-SASS Deprecation nesting with
@include margin(-($spacer))which bring visual issues for unordered navigation list in sidebar or action tasks
Comments
Comment #2
rajab natshahComment #4
rajab natshahComment #5
rajab natshah✅ Released vartheme_bs4-9.0.19
Comment #6
rajab natshahComment #7
rajab natshahComment #8
rajab natshah✅ Released Varbase 9.0.9