vmware-archive/clarity

clr-ui uncompiled sass variable

coryrylan opened this issue · 1 comments

Describe the bug

In the CSS output for clr-ui there is a Sass var that was not compiled to CSS which can cause errors when compiling the CSS.
This happens in clr/ui 12/13

--cds-global-space-7: $clr-dropdown-caret-icon-dimension;

How to reproduce

Please provide a link to a reproduction scenario using one of the Clarity Stackblitz templates. Reports without a clear reproduction may not be prioritized until one is provided.

Steps to reproduce the behavior:

Expected behavior

The source code should be updated to

--cds-global-space-7: #{$clr-dropdown-caret-icon-dimension};

Versions

Clarity project:

  • Clarity Core
  • Clarity Angular/UI

Clarity version:

  • v3.x
  • v4.x
  • v5.x

Framework:

  • Angular
  • React
  • Vue
  • Other:

Framework version:
ie: Angular 11

Device:

  • Type: [e.g. MacBook]
  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional notes

Add any other notes about the problem here.

Hi there 👋, this is an automated message. To help Clarity keep track of discussions, we automatically lock closed issues after 14 days. Please look for another open issue or open a new issue with updated details and reference this one as necessary.