test Drupal site working on Koality Theme Builder
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
311 B

4 years ago
  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 %}