Re: [csswg-drafts] [css-contain-3] What container features can be queried? (#5989)

I like that, sure reads nice

```css
@container state(stuck) {
  nav {
    --box-shadow-y-distance: 15px;
  }
}
```

```css
@container state(in-view) {
  section {
    animation: reveal .5 ease forwards;
  }
}
```

-- 
GitHub Notification of comment by argyleink
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5989#issuecomment-784539000 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 23 February 2021 21:53:53 UTC