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
See example https://codesandbox.io/s/53n8rrlw7x. Size property has no effect. Generated css looks like this font-size: function size(props) { return "120px"; }; There is a same problem when I try to use jss-expand inside a function value. https://codesandbox.io/s/k3n3o98wr3
font-size: function size(props) { return "120px"; };
The text was updated successfully, but these errors were encountered:
tbc in #682
Sorry, something went wrong.
No branches or pull requests
See example https://codesandbox.io/s/53n8rrlw7x. Size property has no effect. Generated css looks like this
font-size: function size(props) { return "120px"; };
There is a same problem when I try to use jss-expand inside a function value. https://codesandbox.io/s/k3n3o98wr3The text was updated successfully, but these errors were encountered: