UNPKG

@master/css-server

Version:

Generate Master CSS text from markup on the server

3 lines (2 loc) 138 B
import { HTMLElement } from 'node-html-parser'; export default function injectStyleSafely(element: HTMLElement, root: HTMLElement): void;