Would be great if I could pass in a specific less instance to control the instance used here:
rollup-plugin-postcss/src/less-loader.js
Line 15 in 71593d9
Currently, it's loaded relatively to the file with the plugin module, not the project, and in a monorepo with node_modules hoisting this can use a different version than anticipated.
import less from 'less';
...
postcss({
use: {
less: {
less,
}
}
})
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too