Skip to content
New issue

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

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

Already on GitHub? # to your account

[vendor-prefixer | css-jss] width: fill-available doesn't transform in firefox #227

Open
chrisands opened this issue Feb 23, 2020 · 4 comments

Comments

@chrisands
Copy link

Expected behavior:
When I write width: 'available' or width: 'fill-available' they should convert -moz-available and -webkit-fill-availableaccording to the browser.

Describe the bug:
In firefox, there is value -moz-available that does the same thing as -webkit-fill-available (if I'm correct). When I write width: 'available' it converts only for firefox and when I write width: 'fill-available' it converts only for chrome. I think those options should interconvertible.

Codesandbox:
https://codesandbox.io/s/inspiring-heyrovsky-13hpe

Versions (please complete the following information):

  • jss: 10.0.3
  • Browser [e.g. chrome, safari]: chrome, firefox.
  • OS [e.g. Windows, macOS]: macos
@ahmed2m
Copy link

ahmed2m commented Feb 1, 2021

Is there any update on this?

@kof
Copy link
Member

kof commented Apr 26, 2021

Might be vendor-prefixer bug/missing feature cc @AleshaOleg

@kof kof transferred this issue from cssinjs/jss Apr 26, 2021
@ahmed2m
Copy link

ahmed2m commented May 27, 2021

@kof this is should be fixed with #204
Any plan on merging it soon?

@kof
Copy link
Member

kof commented May 28, 2021

@ahmed2m we discussed implementation details in dm, @AleshaOleg has some refactoring to do there, @AleshaOleg please inform others on what needs to be done and your estimate on the timeline

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

3 participants