Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hsla error #120

Open
mikevoets opened this issue Aug 18, 2024 · 1 comment
Open

hsla error #120

mikevoets opened this issue Aug 18, 2024 · 1 comment

Comments

@mikevoets
Copy link

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.

manno added a commit to voc/voctoweb that referenced this issue Oct 4, 2024
It's not compatible with sassc

`RAILS_ENV=production rake assets:precompile`

rmosolgo/graphiql-rails#120
@mikevoets
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant