UNPKG

ec0lint-style

Version:

CSS linter for reducing digital footprint with ec0lint.

11 lines (9 loc) 178 B
'use strict'; /** * @param {string} source * * @returns {string} */ module.exports = function (source, blurChar = '`') { return source.replace(/\/\*.*\*\//g, blurChar); };