less-plugin-functions
less-plugin-functions copied to clipboard
Write custom Less functions in Less itself
Results
2
less-plugin-functions issues
Sort by
recently updated
recently updated
newest added
undefinedError: Cannot read property 'trim' of undefined
To reproduce the issue, check this https://github.com/yuxuan/less-plugin-functions-issue. The less code: ``` @padding: 12px; .cls { padding-right: calc(@padding - var(--width)); } ``` if compile with `LessPluginFunctions`, it would throw `Cannot read...