We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc21ae commit 9ceab92Copy full SHA for 9ceab92
README.md
@@ -46,8 +46,13 @@ And if you need some more power, you can invert the behavior of a selector:
46
47
The `queries` property is an object with a list of properties of your choice,
48
you can name them how you prefer, for instance, you could have `sm` or `small` or
49
-`verySmallMatcher`.
50
-Each property contains an object with one or more expressions..
+`verySmallMatcher`:
+
51
+- `{ sm: { maxWidth: 10 } }`
52
+- `{ small: { maxWidth: 100, minWidth: 20 } }`
53
+- `{ verySmallMatcher: { maxWidth: 10, minHeight: 30 } }`
54
55
+Each property contains an object with one or more expressions.
56
57
So far, the supported expressions are: `maxWidth`, `minWidth`, `maxHeight` and
58
`minHeight`.
0 commit comments