Commit 04780933 authored by Ahmad Alyasaki's avatar Ahmad Alyasaki
Browse files

Issue #3232121 by Loai: Add New Breakpoints Up LG

parent 2b525cc2
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -12,10 +12,17 @@ seeds_coat.screen-md-max:
  multipliers:
    - 1x
    - 2x
seeds_coat.screen-lg-max:
seeds_coat.screen-lg-min:
  label: Bootstrap 4 LG
  mediaQuery: '(max-width: 1199px) and (min-width:992px)'
  weight: 3
  multipliers:
    - 1x
    - 2x
seeds_coat.screen-lg-max:
  label: Bootstrap 4 LG Max
  mediaQuery: '(min-width:1200px)'
  weight: 4
  multipliers:
    - 1x
    - 2x
 No newline at end of file