graphiql-rails
graphiql-rails copied to clipboard
hsla error
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.