"use strict"; module.exports = function isCss(item) { return /\.css$/.test(item.file); };