Fix actions/tour
This commit is contained in:
14
node_modules/less/test/browser/generator/utils.js
generated
vendored
Normal file
14
node_modules/less/test/browser/generator/utils.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* utils for covert browser paths,
|
||||
* fix https://github.com/less/less.js/pull/4213
|
||||
*
|
||||
* @param {string} path
|
||||
* @returns {string}
|
||||
*/
|
||||
function forceCovertToBrowserPath (path) {
|
||||
return (path || '').replace(/\\/g, '/');
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
forceCovertToBrowserPath
|
||||
}
|
||||
Reference in New Issue
Block a user