UNPKG

ember-container-query

Version:

Make container queries that harness the power of Ember

15 lines (12 loc) 262 B
function aspectRatio(named) { const dimension = 'aspectRatio'; const max = named?.max ?? Infinity; const min = named?.min ?? 0; return { dimension, max, min }; } export { aspectRatio as default }; //# sourceMappingURL=aspect-ratio.js.map