clone of olivero for island lives
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

48 lines
875 B

olives.sm:
label: Small
mediaQuery: 'all and (min-width: 500px)'
weight: 0
multipliers:
- 1x
olives.md:
label: Medium
mediaQuery: 'all and (min-width: 700px)'
weight: 1
multipliers:
- 1x
olives.lg:
label: Large
mediaQuery: 'all and (min-width: 1000px)'
weight: 2
multipliers:
- 1x
olives.xl:
label: X-Large
mediaQuery: 'all and (min-width: 1300px)'
weight: 3
multipliers:
- 1x
olives.nav-md:
label: Nav Medium
mediaQuery: 'all and (min-width: 500px)'
weight: 4
multipliers:
- 1x
olives.nav:
label: Nav
mediaQuery: 'all and (min-width: 1200px)'
weight: 5
multipliers:
- 1x
olives.grid-md:
label: Grid Medium
mediaQuery: 'all and (min-width: 700px)'
weight: 6
multipliers:
- 1x
olives.grid-max:
label: Grid Max
mediaQuery: 'all and (min-width: 1440px)'
weight: 7
multipliers:
- 1x