Start sketching a collab panel in storybook
Co-Authored-By: Nate Butler <nate@zed.dev>
This commit is contained in:
parent
2fa9c037c8
commit
0307cb8a88
4 changed files with 83 additions and 3 deletions
|
@ -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 }]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue