+ urls.map(styleUrl => {
        const styleFile = urlResolver(styleUrl);
    const styleContent = fs.readFileSync(styleFile, 'utf-8');
    const shortenedStyle = styleContent
      .replace(/([\n\r]\s*)+/gm, ' ')