breakpoint_test_theme.breakpoints.yml

drupal/core/modules/breakpoint/tests/themes/breakpoint_test_theme/config/breakpoint_test_theme.breakpoints.yml

File

drupal/core/modules/breakpoint/tests/themes/breakpoint_test_theme/config/breakpoint_test_theme.breakpoints.yml
View source
  1. mobile: '(min-width: 0px)'
  2. narrow: '(min-width: 560px)'
  3. wide: '(min-width: 851px)'
  4. tv: 'only screen and (min-width: 3456px)'