UNPKG

178 BJavaScriptView Raw
1export default {
2 '--phone': '(width < 600px)',
3
4 '--small-tablet': '(900px > width >= 600px)',
5
6 '--tablet': '(1200px > width >= 900px)',
7
8 '--desktop': '(width >= 1200px)',
9};