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 1a3f313  remove grayscale and opacity from CSS,g
1a3f313 is described below

commit 1a3f313780a319c87c26a295d66bed4df75ea2f6
Author: Carlos Rovira <[email protected]>
AuthorDate: Tue Apr 10 18:42:28 2018 +0200

    remove grayscale and opacity from CSS,g
---
 .../src/main/antlr3/org/apache/royale/compiler/internal/css/CSS.g  | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

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 408e999..49c9d3d 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
@@ -572,12 +572,17 @@ FUNCTIONS : '-moz-linear-gradient'
           | 'brightness'
           | 'contrast'
           | 'drop-shadow'
-          | 'grayscale'
           | 'hue-rotate'
           | 'invert'
           | 'saturate'
           | 'sepia'
           ;
+/**
+ * Removed for now this two since conflicts with same keywords in old fucntion
+ * This will be fixed later  
+ *        | 'grayscale'
+ *        | 'opacity'
+ */
 NOT
     :  'not'
     ;

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to