UNPKG

@porsche-design-system/components-js

Version:

Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.

11 lines (7 loc) 348 B
'use strict'; var displayShared = require('./displayShared.cjs'); var fontSizeDisplaySmall = require('../../font/fontSizeDisplaySmall.cjs'); const displaySmallStyle = { font: `${displayShared._displayFontPartA}${fontSizeDisplaySmall.fontSizeDisplaySmall}${displayShared._displayFontPartB}`, }; exports.displaySmallStyle = displaySmallStyle;