Re: [csswg-drafts] [css-variables] way to customize break points by variables

Can't use `var()` for this, even ones set on `:root` - you can use the results to *change* what gets set on `:root`. ^_^

But the more recently-proposed `env()` function from Apple, which sets up a guaranteed-global variable that doesn't depend on any element, is usable for this.

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

Received on Wednesday, 18 October 2017 19:17:29 UTC