created eql starter theme

This commit is contained in:
2021-11-09 11:51:44 +01:00
parent 923c150a54
commit 948a2655ed
7 changed files with 177 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
eql.mobile:
label: mobile
mediaQuery: '(min-width: 0px)'
weight: 0
multipliers:
- 1x
eql.narrow:
label: narrow
mediaQuery: 'all and (min-width: 480px) and (max-width: 959px)'
weight: 1
multipliers:
- 1x
eql.wide:
label: wide
mediaQuery: 'all and (min-width: 960px)'
weight: 2
multipliers:
- 1x