Commit e98ecaef authored by Julian Pustkuchen's avatar Julian Pustkuchen
Browse files

Issue #3260767: Define breakpoint names neutrally outside the theme - leads to...

Issue #3260767: Define breakpoint names neutrally outside the theme - leads to unwanted drowl_base dependency
parent b09a4324
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,8 @@ dependencies:
    - image.style.page_width_lg
    - image.style.page_width_md
    - image.style.page_width_sm
  theme:
    - drowl_base
id: page_width
label: '100% Page width, cropped'
image_style_mappings:
+17 −0
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  config:
    - image.style.page_width_25_lg
  theme:
    - drowl_base
id: page_width_25
label: '25% Page width, cropped'
image_style_mappings:
  -
    image_mapping_type: image_style
    image_mapping: page_width_25_lg
    breakpoint_id: drowl_base.small
    multiplier: 1x
breakpoint_group: drowl_base
fallback_image_style: page_width_25_lg
+17 −0
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  config:
    - image.style.page_width_25_lg_scale
  theme:
    - drowl_base
id: page_width_25_scale
label: '25% Page width, scale'
image_style_mappings:
  -
    image_mapping_type: image_style
    image_mapping: page_width_25_lg_scale
    breakpoint_id: drowl_base.small
    multiplier: 1x
breakpoint_group: drowl_base
fallback_image_style: page_width_25_lg_scale
+17 −0
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  config:
    - image.style.page_width_50_lg
  theme:
    - drowl_base
id: page_width_50
label: '50% Page width, cropped'
image_style_mappings:
  -
    image_mapping_type: image_style
    image_mapping: page_width_50_lg
    breakpoint_id: drowl_base.small
    multiplier: 1x
breakpoint_group: drowl_base
fallback_image_style: page_width_50_lg
+17 −0
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  config:
    - image.style.page_width_50_lg_scale
  theme:
    - drowl_base
id: page_width_50_scale
label: '50% Page width, scale'
image_style_mappings:
  -
    image_mapping_type: image_style
    image_mapping: page_width_50_lg_scale
    breakpoint_id: drowl_base.small
    multiplier: 1x
breakpoint_group: drowl_base
fallback_image_style: page_width_50_lg_scale
Loading