Hallo,
in der base.html.twig werden breakpoints definiert:
{% set breakpoint = {
'xs': theme_config('breakpoint.xs'),
'sm': theme_config('breakpoint.sm'),
'md': theme_config('breakpoint.md'),
'lg': theme_config('breakpoint.lg'),
'xl': theme_config('breakpoint.xl')
} %}
Kann mir jemand sagen, wo zum Teufel die Variablen „breakpoint.lg“, etc. konfigurieret werden?
Viele Grüße,
Sascha