vmware-archive / clarity

Clarity is a scalable, accessible, customizable, open source design system built with web components. Works with any JavaScript framework, built for enterprises, and designed to be inclusive.
http://clarity.design
MIT License
6.43k stars 762 forks source link

clr-ui uncompiled sass variable #6751

Closed coryrylan closed 2 years ago

coryrylan commented 2 years ago

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 version:

Framework:

Framework version: ie: Angular 11

Device:

Additional notes

Add any other notes about the problem here.

github-actions[bot] commented 2 years ago

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.