diff --git a/ReactWithDotNet/Mixin.9.Height.Weight.cs b/ReactWithDotNet/Mixin.9.Height.Weight.cs
index 09b6c461..11424555 100644
--- a/ReactWithDotNet/Mixin.9.Height.Weight.cs
+++ b/ReactWithDotNet/Mixin.9.Height.Weight.cs
@@ -161,12 +161,7 @@ partial class Mixin
style.width = width_and_height.AsPixel();
style.height = width_and_height.AsPixel();
});
-
- ///
- /// width: 100%
- ///
- public static StyleModifier w_full = WidthFull;
-
+
///
/// width: / * 100 + '%'
@@ -184,17 +179,6 @@ partial class Mixin
- ///
- /// height: 100%
- ///
- public static StyleModifier h_full = HeightFull;
-
- ///
- /// width: 100%
- ///
- /// height: 100%
- ///
- public static StyleModifier size_full = WidthHeight("100%");
///
/// width: 100%