Skip to content

Commit

Permalink
#10: Add image style dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rayestrada committed Mar 22, 2024
1 parent 038671a commit ceedc03
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
21 changes: 21 additions & 0 deletions bixaluswds.breakpoints.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
bixaluswds.mobile:
label: USWDS Mobile
mediaQuery: ''
weight: 0
multipliers:
- 1x
group: 'Bixal USWDS'
bixaluswds.tablet:
label: USWDS Tablet
mediaQuery: '(min-width: 640px)'
weight: 1
multipliers:
- 1x
group: 'Bixal USWDS'
bixaluswds.desktop:
label: USWDS Desktop
mediaQuery: '(min-width: 1024px)'
weight: 2
multipliers:
- 1x
group: 'Bixal USWDS'
3 changes: 3 additions & 0 deletions bixaluswds.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ dependencies:
- drupal:twig_field_value
- drupal:uswds_templates
- drupal:block_content_template
- drupal:breakpoint
- drupal:responsive_image
- drupal:focal_point

regions:
admin: "Admin"
Expand Down

0 comments on commit ceedc03

Please sign in to comment.