-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
No response
To Reproduce
No response
Expected Behavior
No warnings are thrown
Screenshots
DEPRECATION WARNING [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax.
Suggestion: if(sass(map.has-key($sizes, $type)): $type; else: body)
More info: https://sass-lang.com/d/if-function
╷
20 │ $type: if(map.has-key($sizes, $type), $type, body);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
...37 lines omitted...
╷
20 │ $type: if(map.has-key($sizes, $type), $type, body);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
../../../common/temp/node_modules/.pnpm/@itwin+core-react@5.24.2_etd7uel5lipn2oibrx66dxy4gu/node_modules/@itwin/core-react/lib/core-react/text/mixins.scss 20:10 @forward
../../../common/temp/node_modules/.pnpm/@itwin+core-react@5.24.2_etd7uel5lipn2oibrx66dxy4gu/node_modules/@itwin/core-react/lib/core-react/text/index.scss 5:1 @forward
../../../common/temp/node_modules/.pnpm/@itwin+core-react@5.24.2_etd7uel5lipn2oibrx66dxy4gu/node_modules/@itwin/core-react/lib/core-react/index.scss 18:1 @use
../../../common/temp/node_modules/.pnpm/@itwin+core-react@5.24.2_etd7uel5lipn2oibrx66dxy4gu/node_modules/@itwin/core-react/lib/core-react/listbox/Listbox.scss 5:1 root stylesheetDesktop (please complete the applicable information)
@itwin/core-react version: 5.24.2
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working