You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2018/03/30 17:11:21 UTC

[royale-compiler] branch develop updated: Add filter functions to CSS.g, but still needs something more done to work

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new c863f52  Add filter functions to CSS.g, but still needs something more done to work
c863f52 is described below

commit c863f521047f04bba6649cdc75ab3f2b3f1d77a0
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Mar 30 19:11:17 2018 +0200

    Add filter functions to CSS.g, but still needs something more done to work
---
 .../main/antlr3/org/apache/royale/compiler/internal/css/CSS.g  | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/compiler/src/main/antlr3/org/apache/royale/compiler/internal/css/CSS.g b/compiler/src/main/antlr3/org/apache/royale/compiler/internal/css/CSS.g
index d71b4f5..4401435 100644
--- a/compiler/src/main/antlr3/org/apache/royale/compiler/internal/css/CSS.g
+++ b/compiler/src/main/antlr3/org/apache/royale/compiler/internal/css/CSS.g
@@ -555,6 +555,16 @@ FUNCTIONS : '-moz-linear-gradient'
           | 'translateX'
           | 'translateY'
           | 'translate'
+          | 'blur'
+          | 'brightness'
+          | 'contrast'
+          | 'drop-shadow'
+          | 'grayscale'
+          | 'hue-rotate'
+          | 'invert'
+          | 'opacity'
+          | 'saturate'
+          | 'sepia'
           ;
 NOT
     :  'not'

-- 
To stop receiving notification emails like this one, please contact
carlosrovira@apache.org.