Skip to content

add option to include css origins

Compare
Choose a tag to compare
@bartveneman bartveneman released this 22 Mar 19:39
· 21 commits to master since this release

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.

v2.2.0...v2.3.0