{{-- dev test :) --}}

---WIDTH---

@windowWidthLessThan(400)
windowWIDTHLessThan 400
@endif @windowWidthGreaterThan(399)
windowWIDTHGreaterThan 399
@endif @windowWidthBetween(400, 1500)
windowWIDTHBetween 400, 1500
@endif

---HEIGHT---

@windowHeightLessThan(500)
windowHEIGHTLessThan 500
@endif @windowHeightGreaterThan(499)
windowHEIGHTGreaterThan 499
@endif @windowHeightBetween(400, 900)
windowHEIGHTBetween 400, 900
@endif

---BREAKPOINTS---

@windowXs()
Xs window
@endif @windowSm()
Sm window
@endif @windowMd()
Md window
@endif @windowLg()
Lg window
@endif @windowXl()
Xl window
@endif @window2xl()
2xl window
@endif

---END---