X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fchi-teck%2Fdrupal-code-generator%2Ftemplates%2Fd8%2Fyml%2Fbreakpoints.twig;fp=vendor%2Fchi-teck%2Fdrupal-code-generator%2Ftemplates%2Fd8%2Fyml%2Fbreakpoints.twig;h=b6ba8426b227b31e7e10b6a2c8a33075a33cfea4;hp=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 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 index 000000000..b6ba8426b --- /dev/null +++ b/vendor/chi-teck/drupal-code-generator/templates/d8/yml/breakpoints.twig @@ -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