-
Container queries allow us to query a container for specific conditions, including values of custom properties through `style()` queries.
But they do not allow us to query the element itself.
In…
-
**Describe the bug**
Table C.9 lists position as not required in data_queries. As such, one would expect it to be skipped if not present in a collection but it fails if not found
**To Reproduce**
…
-
### Question
In your docs for [checking if an item is in the list](https://verbb.io/craft-plugins/wishlist/docs/get-started/upgrading-from-v2#in-list), you have this:
```
{% for entry in craft.e…
-
I would love to see some element queries to make the interface components even more flexible. For example, if the parent container is less than 200px wide, then make the grid one column instead of two…
-
http://www.xanthir.com/b4PR0
http://filamentgroup.com/lab/element_query_workarounds/
https://gist.github.com/Snugug/5834818
http://blog.andyhume.net/responsive-containers/
https://github.com/ahume/s…
-
Clicking twice on RecordTable cells is required to open them on iOS.
According to my research, there are a few things that can make it necessary to click twice on an element to open it on iOS:
-…
-
We need some way to add media query support.
```Elm
header = styled div
[ padding (rem 4)
, media (maxHeight (rem 10))
[ padding (rem 2)
]
]
```
I don't know i…
-
Based on comments in #10879, any value defined in CSS Values and Units should be valid in any context other than a property value, unless otherwise specified.
[mix](https://drafts.csswg.org/css-val…
-
Change styles and behavior based on component conditions.
-
For example in `css-conditional-5.json`:
```json
{
"name": "@container",
"prose": "The @container rule is a conditional group rule whose condition contains a container query, whi…