UNPKG

@master/css-server

Version:

Generate Master CSS text from markup on the server

9 lines (8 loc) 245 B
import MasterCSS, { Config } from '@master/css'; /** * Renders the Master CSS string from HTML * @param html * @param config * @returns MasterCSS */ export default function renderAsCSS(html: string, config?: Config): MasterCSS | undefined;