aboutsummaryrefslogtreecommitdiff
path: root/node_modules/csso/lib/compressor/clean/Comment.js
blob: aa80108d1429aecca10cd502ca89964fcad1c3bc (plain)
1
2
3
module.exports = function cleanComment(data, item, list) {
    list.remove(item);
};