UNPKG

@25sprout/react-starter

Version:

25sprout web starter with React

10 lines (6 loc) 178 B
export default { '--phone': '(width < 600px)', '--small-tablet': '(900px > width >= 600px)', '--tablet': '(1200px > width >= 900px)', '--desktop': '(width >= 1200px)', };