rittenhop-dev/versions/5.94.2/node_modules/csso/cjs/clean/Comment.cjs

8 lines
114 B
JavaScript
Raw Normal View History

2024-09-23 19:40:12 -04:00
'use strict';
function cleanComment(data, item, list) {
list.remove(item);
}
module.exports = cleanComment;