UNPKG

igniteui-theming

Version:

A set of Sass variables, mixins, and functions for generating palettes, typography, and elevations used by Ignite UI components.

14 lines (13 loc) 437 B
import typescales_default from "../theming/dist/json/typography/presets/typescales.js"; //#region src/knowledge/typography.ts /** * Typography presets for each design system. * These are loaded from the JSON files generated by buildJSON.mjs * which is the single source of truth from the Sass code. */ /** * Typography presets loaded from JSON. */ var TYPOGRAPHY_PRESETS = typescales_default; //#endregion export { TYPOGRAPHY_PRESETS };