mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #67900
[Bug 1995813] A change has been merged
Reviewed: https://reviews.mahara.org/c/mahara/+/13431
Committed: https://git.mahara.org/mahara/mahara/commit/6d8f0c30573f2cbb25012e115f3df6448f6f39a2
Submitter: "Robert Lyon <robertl@xxxxxxxxxxxxxxx>"
Branch: main
commit 6d8f0c30573f2cbb25012e115f3df6448f6f39a2
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date: Mon Nov 7 11:29:18 2022 +1300
Bug 1995813: Fixing up sass to deal with deprecated warning
Change-Id: I574f4e29f44e9fe728596d83196f12d70c8b43b9
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: mahara-contributors
https://bugs.launchpad.net/bugs/1995813
Title:
Deprecated Sass warning: $weight without unit
Status in Mahara:
Fix Committed
Status in Mahara 22.10 series:
Fix Committed
Status in Mahara 23.04 series:
Fix Committed
Bug description:
Deprecation Warning: $weight: Passing a number without unit % (100) is deprecated.
To preserve current behavior: $weight * 1%
More info: https://sass-lang.com/d/function-units
╷
151 │ @return mix(rgba($foreground, 1), $background, opacity($foreground) * 100);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
htdocs/theme/raw/sass/lib/bootstrap5/_functions.scss 151:11 opaque()
htdocs/theme/raw/sass/lib/bootstrap5/mixins/_table-variants.scss 4:28 table-variant()
htdocs/theme/raw/sass/lib/bootstrap5/_tables.scss 134:3 @import
htdocs/theme/raw/sass/lib/bootstrap5/bootstrap.scss 22:9 @import
htdocs/theme/raw/sass/style.scss 14:9 @import
htdocs/theme/subthemestarter/sass/style.scss 26:9 root stylesheet
Deprecation Warning: $weight: Passing a number without unit % (100) is
deprecated.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1995813/+subscriptions
References