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 | 212 +++++++++++++------ 2 files changed, 158 insertions(+), 67 deletions(-) diff --git a/crates/gpui2/src/style.rs b/crates/gpui2/src/style.rs index fbc0edbbf4..a0797fcb2a 100644 --- a/crates/gpui2/src/style.rs +++ b/crates/gpui2/src/style.rs @@ -299,6 +299,19 @@ pub trait StyleHelpers: Styleable