create theme rorschach

This commit is contained in:
2023-06-07 10:56:29 +02:00
parent 607e3db955
commit 5215892dbf
227 changed files with 43693 additions and 0 deletions
@@ -0,0 +1,18 @@
rorschach.mobile:
label: mobile
mediaQuery: '(min-width: 0px)'
weight: 0
multipliers:
- 1x
rorschach.narrow:
label: narrow
mediaQuery: 'all and (min-width: 480px) and (max-width: 959px)'
weight: 1
multipliers:
- 1x
rorschach.wide:
label: wide
mediaQuery: 'all and (min-width: 960px)'
weight: 2
multipliers:
- 1x