Fixed
Project:
UI Suite DSFR
Version:
1.1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Sep 2026 at 14:40 UTC
Updated:
14 Sep 2026 at 07:45 UTC
Jump to comment: Most recent
Add the missing Breakpoints definition to allow their usage in Drupal API.
Breakpoints official DSFR documentation: https://www.systeme-de-design.gouv.fr/version-courante/fr/fondamentaux/g...
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
mogtofu33 commentedComment #6
just_like_good_vibesHello,
Thanks @mogtofu33 for adding the breakpoints. The min-width values match the DSFR grid page, the DSFR CSS and the DSFR JavaScript exactly.
I have questions about the four max-width entries. What are they for, and where do the values come from? DSFR does not define any. In 1.15.2 the DSFR CSS only uses min-width media queries (36em, 48em, 62em, 78em), and its JavaScript breakpoints only test min-width too. What was the goal?
Comment #7
just_like_good_vibesComment #12
mogtofu33 commentedIt was from ui_suite_bootstrap breakpoints probably legacy Bootstrap 3 or something with responsive_image, anyway it seems you're right and they can be removed. I merge directly to avoid keeping them in dev but still keep in review.
Comment #13
just_like_good_vibesthanks, i will put a new tag with the breakpoints (updated).