From b70276fe8b5ce4c2c3f5c72d2d469df658714683 Mon Sep 17 00:00:00 2001 From: ExE Boss <3889017+ExE-Boss@users.noreply.github.com> Date: Tue, 29 May 2018 14:00:00 +0200 Subject: [PATCH] =?UTF-8?q?Add=20`env(=E2=80=A6)`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/properties/custom-property.json | 33 +++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/css/properties/custom-property.json b/css/properties/custom-property.json index 937c1a7e6e757d..d24e48706484f9 100644 --- a/css/properties/custom-property.json +++ b/css/properties/custom-property.json @@ -142,6 +142,39 @@ "deprecated": false } } + }, + "env": { + "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/env", + "description": "env()", + "support": { + "safari": [ + { + "version_added": "11.1" + }, + { + "version_added": "11", + "version_removed": "11", + "alternative_name": "constant" + } + ], + "safari_ios": [ + { + "version_added": "11.1" + }, + { + "version_added": "11", + "version_removed": "11", + "alternative_name": "constant" + } + ] + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } } } }