From 5337d9605ade1c52718392940923d95671fefce7 Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Wed, 6 Sep 2023 14:18:29 -0400 Subject: [PATCH] Add `size` `rounded` prefixes Co-Authored-By: Nathan Sobo <1789+nathansobo@users.noreply.github.com> --- crates/gpui2/src/style.rs | 13 ++ crates/gpui2_macros/src/styleable_helpers.rs | 204 +++++++++++++------ 2 files changed, 154 insertions(+), 63 deletions(-) diff --git a/crates/gpui2/src/style.rs b/crates/gpui2/src/style.rs index fbc0edbbf4702d532685663b254a1bd045af41bd..a0797fcb2a2a292ab06623cd1dbb4bf48b16702d 100644 --- a/crates/gpui2/src/style.rs +++ b/crates/gpui2/src/style.rs @@ -299,6 +299,19 @@ pub trait StyleHelpers: Styleable