less-plugin-sass2less icon indicating copy to clipboard operation
less-plugin-sass2less copied to clipboard

Convert "transparentize" function to "fadeout"

Open 40rn05lyv opened this issue 6 years ago • 0 comments

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.

40rn05lyv avatar Oct 11 '18 12:10 40rn05lyv