Home > @lynx-js/template-webpack-plugin > LynxTemplatePlugin > convertCSSChunksToMap
Convert the css chunks to css map.
Signature:
Parameter | Type | Description |
---|---|---|
cssChunks | string[] | The CSS chunks content. |
plugins | CSS.Plugin[] | |
enableCSSSelector | boolean |
Returns:
{ cssMap: Record<string, CSS.LynxStyleNode[]>; cssSource: Record<string, string>; }
The CSS map and css source.