From 6dda6e15989cfc4442b7f8ec3506e89f4f943d95 Mon Sep 17 00:00:00 2001 From: David Storey Date: Mon, 7 Dec 2015 18:55:20 -0800 Subject: [PATCH] Add mix-blend-mode property --- .../css/common/buildscripts/css-schema.xml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/vs/languages/css/common/buildscripts/css-schema.xml b/src/vs/languages/css/common/buildscripts/css-schema.xml index a48e35bfd36..a35bb124fa4 100644 --- a/src/vs/languages/css/common/buildscripts/css-schema.xml +++ b/src/vs/languages/css/common/buildscripts/css-schema.xml @@ -6251,6 +6251,27 @@ + + Defines the formula that must be used to mix the colors with the backdrop. + + + + + + + + + + + + + + + + + + + Property causes the element or pseudo-element to be removed from the flow and reinserted at a later point in the document. -- GitLab