mirror of
https://github.com/swc-project/swc.git
synced 2024-11-30 15:23:33 +03:00
d89b60a000
**Description:** ```css .test { border-color: hsla(var(--ds-gray-200-value), 1); } ``` should be compiled as ```css .test { border-color: hsla(var(--ds-gray-200-value), 1); } ``` Previously, it was ``` .test { border-color: hsla(var(--ds-gray-200-value),); } ``` **Related issue:** - https://linear.app/vercel/issue/PACK-2175 |
||
---|---|---|
.. | ||
color-hex-alpha | ||
color-hwb | ||
color-legacy | ||
custom-media-query | ||
media-query-ranges | ||
nesting | ||
selector-not | ||
fixture.rs |