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 b68d26d commit 6ef300fCopy full SHA for 6ef300f
README.md
@@ -961,6 +961,7 @@ Given breakpoints 350, 700 and 1050:
961
962
```html
963
<ElementQuery
964
+ @dimension="both"
965
@sizes=(hash small-width=0 medium-width=350 large-width=700)
966
@sizesHeight=(hash small-height=0 medium-height=200 large-height=400)
967
as |EQ|
@@ -974,7 +975,7 @@ Given breakpoints 350, 700 and 1050:
974
975
When usign default sizes, this gets even shorter:
976
977
- <ElementQuery @heightRules=true as |EQ|>
978
+ <ElementQuery @dimension="both" as |EQ|>
979
<EQ.to-s><EQ.from-l-height>
980
I am thin and tall.
981
</EQ.from-l-height></EQ.to-s>
0 commit comments