With this webpack loader, you can access LESS variables in JS files, which run in browsers. LESS variable overwritten and modifyVars also supported. Supports webpack v4 or v5. This package has ...
module.exports = { module: { rules: [ { test: /\.less$/i, use: [ // compiles Less to CSS "style-loader", "css-loader", "less-loader", { loader: 'css-variables-to-less ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results