Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Added CSS3 Transforms
Browse files Browse the repository at this point in the history
More info at:
- https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function
- https://www.w3schools.com/css/css3_2dtransforms.asp

Contributed by Ivan Ridao Freitas (@IvanRF on GitHub) as #118

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=155206453
  • Loading branch information
iflan authored and seanmfoy committed Jul 18, 2017
1 parent a2c439e commit c13b5f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/com/google/common/css/compiler/ast/CssFunctionNode.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ public abstract static class Function {
"hsl",
"hsla",
"local", // used with @font-face
"matrix",
"matrix3d",
"perspective",
"rgba",
"rotate",
Expand All @@ -77,6 +79,9 @@ public abstract static class Function {
"scaleY",
"scaleZ",
"scale3d",
"skew",
"skewX",
"skewY",
"steps",
"to",
"translate",
Expand Down

0 comments on commit c13b5f8

Please sign in to comment.