Skip to content
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

Wrong interpretation of RGBA value #3

Open
peacepostman opened this issue Jun 1, 2016 · 0 comments
Open

Wrong interpretation of RGBA value #3

peacepostman opened this issue Jun 1, 2016 · 0 comments

Comments

@peacepostman
Copy link

Hello,

I think the package have a problem for converting rgba values. My json is :

{ "theme" : { "font-size" : "18px", "color" : "#4A4A4A", "test" : "rgba(0,0,0,.4)", "background-color" : "#F7F5FA" } }

And the rendered variables are :

$theme:("font-size":18px,color:#4A4A4A,test:rgba(0,0,0,.4)","background-color":"#F7F5FA);

As you can see, the problem seems to occur with the " causing a wrong close statement.

Did you encounter this issue or do you have any idea how to fix it ?

Best regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant