Add ability to override resize sizes #227
Labels
enhancement
New feature or request
good first issue
Good for newcomers
ui
Related to the user interface of the pattern library
Is your proposal related to a problem?
Right now the sizes used for different breakpoints (S, M and L) are fixed values. They are defined in https://github.com/torchbox/django-pattern-library/blob/main/pattern_library/templates/pattern_library/index.html#L16. Not all projects uses the same breakpoints. There are some scenarios where having other values would make more sense to review the components
Describe the solution you'd like
Add the ability to override the values defined in https://github.com/torchbox/django-pattern-library/blob/main/pattern_library/templates/pattern_library/index.html#L16. Those can be the default values, but it would be great to have a settings variable that could allow us to override those values
The text was updated successfully, but these errors were encountered: