first commit
This commit is contained in:
14
node_modules/stylelint/lib/utils/blurInterpolation.cjs
generated
vendored
Normal file
14
node_modules/stylelint/lib/utils/blurInterpolation.cjs
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
// NOTICE: This file is generated by Rollup. To modify it,
|
||||
// please instead edit the ESM counterpart and rebuild with Rollup (npm run build).
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* @param {string} source
|
||||
* @param {string} [blurChar]
|
||||
* @returns {string}
|
||||
*/
|
||||
function blurInterpolation(source, blurChar = ' ') {
|
||||
return source.replace(/[#@{}]+/g, blurChar);
|
||||
}
|
||||
|
||||
module.exports = blurInterpolation;
|
||||
Reference in New Issue
Block a user