Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / yml / breakpoints.twig
diff --git a/vendor/chi-teck/drupal-code-generator/templates/d8/yml/breakpoints.twig b/vendor/chi-teck/drupal-code-generator/templates/d8/yml/breakpoints.twig
new file mode 100644 (file)
index 0000000..b6ba842
--- /dev/null
@@ -0,0 +1,30 @@
+{{ machine_name }}.extra_small:
+  label: mobile
+  mediaQuery: ''
+  weight: 0
+  multipliers:
+    - 1x
+{{ machine_name }}.small:
+  label: mobile
+  mediaQuery: 'all and (min-width: 576px) and (max-width: 767px)'
+  weight: 1
+  multipliers:
+    - 1x
+{{ machine_name }}.medium:
+  label: narrow
+  mediaQuery: 'all and (min-width: 768px) and (max-width: 991px)'
+  weight: 2
+  multipliers:
+    - 1x
+{{ machine_name }}.large:
+  label: wide
+  mediaQuery: 'all and (min-width: 992px) and (max-width: 1199px)'
+  weight: 3
+  multipliers:
+    - 1x
+{{ machine_name }}.extra_large:
+  label: wide
+  mediaQuery: 'all and (min-width: 1200px)'
+  weight: 4
+  multipliers:
+    - 1x