less-plugin-sass2less
less-plugin-sass2less copied to clipboard
Convert "transparentize" function to "fadeout"
Hi,
Thanks for your tool - it helped me a lot in development.
I noticed that "transparentize" function from sass is not converted, but it's possible to do it.
For example: @var1: transparentize(@var2, 0.9);
can be converted to @var1: fadeout(@var2, 90);
Would be really nice to support this conversion.