@maizzle/framework
Version:
Maizzle is a framework that helps you quickly build HTML emails with Tailwind CSS.
13 lines (12 loc) • 495 B
TypeScript
import { Plugin } from "postcss";
//#region src/plugins/postcss/quoteFontFamilies.d.ts
/**
* Re-quote multi-word font-family identifiers that lightningcss "optimised"
* by removing quotes. CSS allows space-separated identifiers as a family
* name, but Google Fonts (and most style guides) prescribe quoted form.
*/
declare function quoteFontFamilies(): Plugin;
declare const postcss = true;
//#endregion
export { postcss, quoteFontFamilies };
//# sourceMappingURL=quoteFontFamilies.d.ts.map