Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / templates / theme / breakpoints.yml.twig
index 0403b3c3f1f1919e59dc60211036ee97984bf057..112dbd461eb4963ef1e25318bdf349ebcd723510 100644 (file)
@@ -2,7 +2,7 @@
 {{ machine_name }}.{{ breakpoint.breakpoint_name }}:
   label: {{ breakpoint.breakpoint_label }}
   mediaQuery: '{{ breakpoint.breakpoint_media_query }}'
-  weight: {{ breakpoint.breakpoint_weight }}
+  weight: '{{ breakpoint.breakpoint_weight }}'
   multipliers:
-    - {{ breakpoint.breakpoint_multipliers }}
+    - '{{ breakpoint.breakpoint_multipliers }}'
 {% endfor %}