Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / web / core / themes / stark / stark.breakpoints.yml
1 stark.mobile:
2   label: mobile
3   mediaQuery: '(min-width: 0px)'
4   weight: 0
5   multipliers:
6    - 1x
7 stark.narrow:
8   label: narrow
9   mediaQuery: 'all and (min-width: 480px) and (max-width: 959px)'
10   weight: 1
11   multipliers:
12     - 1x
13 stark.wide:
14   label: wide
15   mediaQuery: 'all and (min-width: 960px)'
16   weight: 2
17   multipliers:
18     - 1x