Skip to content

Commit

Permalink
need to remove "opacity" since there's a deprecated opacity already. …
Browse files Browse the repository at this point in the history
…if both co-exits causes a compiler fail
  • Loading branch information
carlosrovira committed Mar 31, 2018
1 parent b4eef09 commit 83fa12f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public class JSCSSCompilationSession extends CSSCompilationSession
"grayscale",
"hue-rotate",
"invert",
"opacity",
"saturate",
"sepia"
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,6 @@ FUNCTIONS : '-moz-linear-gradient'
| 'grayscale'
| 'hue-rotate'
| 'invert'
| 'opacity'
| 'saturate'
| 'sepia'
;
Expand Down

0 comments on commit 83fa12f

Please sign in to comment.