UNPKG

@porsche-design-system/components-angular

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.

8 lines (5 loc) 164 B
import { breakpoint } from './breakpoint.mjs'; function getMediaQueryMax(max) { return `(max-width:${breakpoint[max] - 1}px)`; } export { getMediaQueryMax };