What happened?
Hello,
I tried to import a library that does this:
--prefix-foo: 120 50% 50%;
--color-foo: hsl(var(--prefix-foo));
Working with that eventually fails with an error:
Uniwind Error [Color Processor] - Failed to convert color hsl(this[`--prefix-foo`])
Steps to Reproduce
- Add to CSS file:
--prefix-foo: 120 50% 50%;
--color-foo: hsl(var(--prefix-foo));
- Add class name
bg-foo
Expected: background of given color
Actual: no background color applied
Snack or Repository Link
https://github.com/luixo/uniwind-interpolation-example
Uniwind version
1.2.4
React Native Version
0.81.5
Platforms
iOS
Expo
Yes
Additional information
What happened?
Hello,
I tried to import a library that does this:
Working with that eventually fails with an error:
Steps to Reproduce
bg-fooExpected: background of given color
Actual: no background color applied
Snack or Repository Link
https://github.com/luixo/uniwind-interpolation-example
Uniwind version
1.2.4
React Native Version
0.81.5
Platforms
iOS
Expo
Yes
Additional information