camaleon-8.x-1.x-dev/camaleon.breakpoints.yml
camaleon.breakpoints.yml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | camaleon.xs: label: XS mediaQuery: '' weight: 0 multipliers: - 1x camaleon.s: label: S mediaQuery: 'all and (min-width: 560px) and (max-width: 850px)' weight: 1 multipliers: - 1x camaleon.m: label: M mediaQuery: 'all and (min-width: 851px) and (max-width: 1024px)' weight: 2 multipliers: - 1x camaleon.l: label: L mediaQuery: 'all and (min-width: 1025px) and (max-width: 1200px)' weight: 3 multipliers: - 1x camaleon.xl: label: XL mediaQuery: 'all and (min-width: 1201px) and (max-width: 1400px)' weight: 4 multipliers: - 1x |