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
here is the option
{ height: 400 }
and the 400 means '400px', right? Can I change it to rem with some settings?
I know I can do sth like this:
{ height: '8rem' }
but can I do this automatically with some settings or plugins?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
here is the option
and the 400 means '400px', right? Can I change it to rem with some settings?
I know I can do sth like this:
but can I do this automatically with some settings or plugins?
The text was updated successfully, but these errors were encountered: