utils/collectstylesheets

Api-module icon module

Functions

  • Chevron-right icon

    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>