You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On our upgrade from 1.8.0 to 1.10.1 we get the following error in our test suite:
ActionView::Template::Error:
Error: Function hsla is missing argument $lightness.
on line 343 of stdin
>> button),.graphiql-dialog:is(button){color:hsla(var(--color-neutral),1);f
It looks like the hsla(var(--color-neutral),1); is missing a third argument for lightness.
The text was updated successfully, but these errors were encountered:
manno
added a commit
to voc/voctoweb
that referenced
this issue
Oct 4, 2024
A little update from my side. I ended up removing Gem as my dependency and use the graphiql npm package directly instead. We're using React on Rails, so we can use this package directly. This wasn't many changes for us and also updated the library to its latest version.
On our upgrade from 1.8.0 to 1.10.1 we get the following error in our test suite:
It looks like the
hsla(var(--color-neutral),1);
is missing a third argument for lightness.The text was updated successfully, but these errors were encountered: