rmosolgo / graphiql-rails

Mount the GraphiQL query editor in a Rails app
MIT License
447 stars 135 forks source link

hsla error #120

Open mikevoets opened 1 month ago

mikevoets commented 1 month ago

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.