-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
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
Can't use rgba()
to modify a var
#103
Comments
Sorry for the late reply. It was running less |
|
The issue wouldn't be solved with less upgrade because I need to ignore parsing your commas in the parenthesis. I'll have to look into it. |
Leaving a note for myself - this may help. |
Which version are you using (less-watch-compiler --version to find out)? 1.14.6
Is the issue reproducible after updating to the latest version ( npm update less-watch-compiler)? Yes
Describe the bug
Can't specify
--modify-var
withrgba()
To Reproduce
Steps to reproduce the behavior:
Run `--less-args "modify-var='text-color-primary=rgba(23, 34, 45, 0.5)'
Actual behavior
rgba()
call is split into separate argsExpected behavior
There's a way to pass
rgba()
tolessc
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: