Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / themes / contrib / bootstrap / bootstrap.breakpoints.yml
index c34e370d7556c72060cce73c33f62e09399d94ab..0c16ad5b094bd64ec820173fecd1e94377b443d6 100644 (file)
@@ -4,33 +4,39 @@ bootstrap.screen-xs-max:
   weight: 1
   multipliers:
     - 1x
+    - 2x
 bootstrap.screen-sm-min:
   label: screen-sm-min
   mediaQuery: 'all and (min-width: 768px)'
-  weight: 1
+  weight: 2
   multipliers:
     - 1x
+    - 2x
 bootstrap.screen-sm-max:
   label: screen-sm-max
   mediaQuery: 'all and (max-width: 991px)'
-  weight: 1
+  weight: 3
   multipliers:
     - 1x
+    - 2x
 bootstrap.screen-md-min:
   label: screen-md-min
   mediaQuery: 'all and (min-width: 992px)'
-  weight: 1
+  weight: 4
   multipliers:
     - 1x
+    - 2x
 bootstrap.screen-md-max:
   label: screen-md-max
   mediaQuery: 'all and (max-width: 1199px)'
-  weight: 1
+  weight: 5
   multipliers:
     - 1x
+    - 2x
 bootstrap.screen-lg-min:
   label: screen-lg-min
   mediaQuery: 'all and (min-width: 1200px)'
-  weight: 1
+  weight: 6
   multipliers:
     - 1x
+    - 2x