add option to include css origins
When passing origins: 'include'
, extractCss will give you an array of all the entries of CSS it found, including where and how, like link tags, style tags, CSS @imports or inline styles.
When passing origins: 'include'
, extractCss will give you an array of all the entries of CSS it found, including where and how, like link tags, style tags, CSS @imports or inline styles.