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
Change the radius from the UI
radius
(You'll see that the change is reflected properly)
Click on Copy theme, dialog will open with the variables generated
Click on the Copy button
Notice that the radius value is copy copied as a number without any unit, i.e. 0.5
0.5
It should be copied with rem unit, i.e. 0.5rem
rem
0.5rem
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Steps to reproduce
Change the
radius
from the UI(You'll see that the change is reflected properly)
Click on Copy theme, dialog will open with the variables generated
Click on the Copy button
Notice that the
radius
value is copy copied as a number without any unit, i.e.0.5
Expected behaviour
It should be copied with
rem
unit, i.e.0.5rem
The text was updated successfully, but these errors were encountered: