Module

utils/collectstylesheets

@ckeditor/ckeditor5-utils/src/collectstylesheets

module

Filtering

Functions

  • collectStylesheets( [ stylesheets ] ) → Promise<string>

    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>