Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
beyaz committed Mar 30, 2024
1 parent 4374dab commit 2bf4e4e
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions ReactWithDotNet/Mixin.9.Height.Weight.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,7 @@ partial class Mixin
style.width = width_and_height.AsPixel();
style.height = width_and_height.AsPixel();
});

/// <summary>
/// width: 100%
/// </summary>
public static StyleModifier w_full = WidthFull;



/// <summary>
/// width: <paramref name="percentOfTotal"/> / <paramref name="total"/> * 100 + '%'
Expand All @@ -184,17 +179,6 @@ partial class Mixin



/// <summary>
/// height: 100%
/// </summary>
public static StyleModifier h_full = HeightFull;

/// <summary>
/// width: 100%
/// <br />
/// height: 100%
/// </summary>
public static StyleModifier size_full = WidthHeight("100%");

/// <summary>
/// width: 100%
Expand Down

0 comments on commit 2bf4e4e

Please sign in to comment.