| Index: client/html/generated/src/interface/CSSValue.dart
|
| diff --git a/client/html/generated/src/interface/CSSValue.dart b/client/html/generated/src/interface/CSSValue.dart
|
| deleted file mode 100644
|
| index 7851e7b820366782645890425f9c67e52497001a..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/src/interface/CSSValue.dart
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -// WARNING: Do not edit - generated code.
|
| -
|
| -interface CSSValue {
|
| -
|
| - static final int CSS_CUSTOM = 3;
|
| -
|
| - static final int CSS_INHERIT = 0;
|
| -
|
| - static final int CSS_PRIMITIVE_VALUE = 1;
|
| -
|
| - static final int CSS_VALUE_LIST = 2;
|
| -
|
| - String get cssText();
|
| -
|
| - void set cssText(String value);
|
| -
|
| - int get cssValueType();
|
| -}
|
|
|