utils/collectstylesheets
module
Functions
collectStylesheets( [ stylesheets ] ) → Promise<string>module:utils/collectstylesheets~collectStylesheetsA helper function for getting concatenated CSS rules from external stylesheets.
Parameters
[ stylesheets ] : Array<string>An array of stylesheet paths delivered by the user through the plugin configuration.
Returns
Promise<string>