Start sketching a collab panel in storybook

Co-Authored-By: Nate Butler <nate@zed.dev>
This commit is contained in:
Nathan Sobo 2023-09-05 10:02:36 -06:00
parent 2fa9c037c8
commit 0307cb8a88
4 changed files with 83 additions and 3 deletions

View file

@ -138,6 +138,11 @@ fn tailwind_prefixes() -> Vec<(&'static str, bool, Vec<TokenStream2>)> {
false,
vec![quote! { padding.left }, quote! { padding.right }],
),
(
"py",
false,
vec![quote! { padding.top }, quote! { padding.bottom }],
),
("pl", false, vec![quote! { padding.left }]),
("pr", false, vec![quote! { padding.right }]),
("top", true, vec![quote! { inset.top }]),