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

Commit

Permalink
Add support for contain property in CSS compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
iflan committed Jul 12, 2016
1 parent 86a5e58 commit 2710b43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/google/common/css/compiler/ast/Property.java
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ public final class Property {
builder("column-span"),
builder("column-width"),
builder("columns"),
builder("contain"),
builder("content"),
builder("counter-increment"),
builder("counter-reset"),
Expand Down

0 comments on commit 2710b43

Please sign in to comment.