-
Notifications
You must be signed in to change notification settings - Fork 237
Open
Labels
early featuresFeature definition work for features without shipping implementationsFeature definition work for features without shipping implementationsfeature definitionCreating or defining new features or groups of features.Creating or defining new features or groups of features.feature entry requestA request for a new web platform feature entryA request for a new web platform feature entry
Description
Specification
Description
The ability to use environment variables with env() in media queries for centrally-managed breakpoints and other parameters.
- Relates to Custom media queries developer-signals#445
Documentation
- https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/Environment_variables/Using
- [css-env] Adding custom env() variables w3c/csswg-drafts#2627
<style env-nav-width="400px">
@media (width < env(--nav-width)) {
/* */
}
</style>Browser support
No support yet as it's an early draft.
Metadata
Metadata
Assignees
Labels
early featuresFeature definition work for features without shipping implementationsFeature definition work for features without shipping implementationsfeature definitionCreating or defining new features or groups of features.Creating or defining new features or groups of features.feature entry requestA request for a new web platform feature entryA request for a new web platform feature entry