Function: register()
function register(cssContent): void;
Defined in: packages/blockly/core/css.ts:18
Add some CSS to the blob that will be injected later. Allows optional components such as fields and the toolbox to store separate CSS.
Parameters
| Parameter | Type | Description |
|---|---|---|
cssContent | string | Multiline CSS string or an array of single lines of CSS. |
Returns
void