From 2bf4e4e322fc613027bca43de080bc30a4817ebe Mon Sep 17 00:00:00 2001 From: beyaz Date: Sat, 30 Mar 2024 17:56:19 +0300 Subject: [PATCH] . --- ReactWithDotNet/Mixin.9.Height.Weight.cs | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) 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%