Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / umami.breakpoints.yml
diff --git a/web/core/profiles/demo_umami/themes/umami/umami.breakpoints.yml b/web/core/profiles/demo_umami/themes/umami/umami.breakpoints.yml
new file mode 100644 (file)
index 0000000..3c3d2bc
--- /dev/null
@@ -0,0 +1,21 @@
+umami.mobile:
+  label: mobile
+  mediaQuery: ''
+  weight: 0
+  multipliers:
+    - 1x
+    - 2x
+umami.narrow:
+  label: narrow
+  mediaQuery: 'all and (min-width: 768px)'
+  weight: 1
+  multipliers:
+    - 1x
+    - 2x
+umami.wide:
+  label: wide
+  mediaQuery: 'all and (min-width: 960px)'
+  weight: 2
+  multipliers:
+    - 1x
+    - 2x