112dbd461eb4963ef1e25318bdf349ebcd723510
[yaffs-website] / vendor / drupal / console / templates / theme / breakpoints.yml.twig
1 {% for breakpoint in breakpoints %}
2 {{ machine_name }}.{{ breakpoint.breakpoint_name }}:
3   label: {{ breakpoint.breakpoint_label }}
4   mediaQuery: '{{ breakpoint.breakpoint_media_query }}'
5   weight: '{{ breakpoint.breakpoint_weight }}'
6   multipliers:
7     - '{{ breakpoint.breakpoint_multipliers }}'
8 {% endfor %}