| Index: sky/engine/build/scripts/css_properties.py
|
| diff --git a/sky/engine/build/scripts/css_properties.py b/sky/engine/build/scripts/css_properties.py
|
| index 27ac3280f732bac7c601390383e7bdffaa774024..e33a6a1eb255d3c9c1a1d63d5e5ad4267c59f906 100755
|
| --- a/sky/engine/build/scripts/css_properties.py
|
| +++ b/sky/engine/build/scripts/css_properties.py
|
| @@ -12,7 +12,6 @@ class CSSProperties(in_generator.Writer):
|
| 'alias_for': None,
|
| 'runtime_flag': None,
|
| 'longhands': '',
|
| - 'animatable': False,
|
| 'inherited': False,
|
| 'font': False,
|
| 'svg': False,
|
| @@ -32,7 +31,6 @@ class CSSProperties(in_generator.Writer):
|
| }
|
|
|
| valid_values = {
|
| - 'animatable': (True, False),
|
| 'inherited': (True, False),
|
| 'font': (True, False),
|
| 'svg': (True, False),
|
|
|