mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-11 07:56:47 +02:00
Use prettier to order tailwind classes
This commit is contained in:
parent
c5c2816c3d
commit
eee23c1bb5
52 changed files with 268 additions and 262 deletions
|
@ -45,7 +45,7 @@ const Popover: React.VoidFunctionComponent<PopoverProps> = ({
|
|||
{portal &&
|
||||
ReactDOM.createPortal(
|
||||
<HeadlessPopover.Panel
|
||||
className="shadow-md bg-white rounded-lg max-w-full border p-4"
|
||||
className="max-w-full rounded-lg border bg-white p-4 shadow-md"
|
||||
style={styles.popper}
|
||||
{...attributes.popper}
|
||||
ref={setPopperElement}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue