We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Expected behavior: When we give the css rowGap: 10, jss should have ideally translated it to row-gap: 10px css row-gap
rowGap: 10
row-gap: 10px
Describe the bug: However, it was translated to row-gap: 10 (The unit px is missing)
row-gap: 10
px
Codesandbox link: Here's a simple reproduction of the issue: https://codesandbox.io/s/vigilant-pine-z4ytr?file=/src/App.js
Versions (please complete the following information):
Came here following this issue: mui/material-ui#23505
If the fix is to add an entry for row-gap in packages/jss-plugin-default-unit/src/defaultUnits.js, I'd be happy to create a PR as well.
packages/jss-plugin-default-unit/src/defaultUnits.js
The text was updated successfully, but these errors were encountered:
Released https://github.com/cssinjs/jss/releases/tag/v10.5.1
Sorry, something went wrong.
No branches or pull requests
Expected behavior:
When we give the css
rowGap: 10
, jss should have ideally translated it torow-gap: 10px
css row-gap
Describe the bug:
However, it was translated to
row-gap: 10
(The unitpx
is missing)Codesandbox link:
Here's a simple reproduction of the issue: https://codesandbox.io/s/vigilant-pine-z4ytr?file=/src/App.js
Versions (please complete the following information):
Came here following this issue: mui/material-ui#23505
If the fix is to add an entry for row-gap in
packages/jss-plugin-default-unit/src/defaultUnits.js
, I'd be happy to create a PR as well.The text was updated successfully, but these errors were encountered: