UNPKG

mytril

Version:

Mytril Svelte library component for rapidly building modern websites based on Svelte and Sveltekit

8 lines (7 loc) 245 B
/** * Minifies a given CSS string by removing comments, unnecessary whitespace, and newlines. * * @param css - The CSS string to be minified. * @returns The minified CSS string. */ export declare const cssMinimify: (css: string) => string;