import css-layout-185

Reviewed By: lucasr

Differential Revision: D3312496

fbshipit-source-id: 259b6db2fc0166696eb171dc6e2974c81ec2133f
This commit is contained in:
Emil Sjolander
2016-05-31 04:13:32 -07:00
committed by Facebook Github Bot 8
parent d31a54a018
commit c2c370c886
12 changed files with 2211 additions and 1381 deletions
@@ -0,0 +1,17 @@
/**
* Copyright (c) 2014-present, Facebook, Inc.
* All rights reserved.
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
// NOTE: this file is auto-copied from https://github.com/facebook/css-layout
// @generated SignedSource<<3bbf86ec0e75cbdbc9c741e0b3922679>>
package com.facebook.csslayout;
public enum CSSOverflow {
VISIBLE,
HIDDEN,
}