Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / responsive_image / tests / modules / responsive_image_test_module / responsive_image_test_module.breakpoints.yml
1 responsive_image_test_module.empty:
2   label: empty
3   mediaQuery: ''
4   weight: 0
5   multipliers:
6     - 1x
7     - 1.5x
8     - 2x
9
10 responsive_image_test_module.mobile:
11   label: mobile
12   mediaQuery: '(min-width: 0px)'
13   weight: 1
14   multipliers:
15     - 1x
16     - 1.5x
17     - 2x
18 responsive_image_test_module.narrow:
19   label: narrow
20   mediaQuery: '(min-width: 560px)'
21   weight: 2
22   multipliers:
23     - 1x
24     - 1.5x
25     - 2x
26 responsive_image_test_module.wide:
27   label: wide
28   mediaQuery: '(min-width: 851px)'
29   weight: 3
30   multipliers:
31     - 1x
32     - 1.5x
33     - 2x