utils/collectstylesheets
module
Functions
-
collectStylesheets( [ stylesheets ] ) → Promise<string>
module:utils/collectstylesheets~collectStylesheets
A 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>