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
Less does not support custom functions, so when I convert, should I report an error or discard it?
Less 不支持自定义函数,当我在转换的时候遇到函数该如何解决,是报错提示用户不支持该语法,还是直接忽略函数的处理?
The text was updated successfully, but these errors were encountered:
我觉得应该默认报错,然后在cli指令中加个参数可配置为忽略函数处理
Sorry, something went wrong.
less 有一个 plugin 可以支持 function,less-plugin-functions
没整明白咋用
No branches or pull requests
Less does not support custom functions, so when I convert, should I report an error or discard it?
Less 不支持自定义函数,当我在转换的时候遇到函数该如何解决,是报错提示用户不支持该语法,还是直接忽略函数的处理?
The text was updated successfully, but these errors were encountered: